ooooo yeah. <shudder>pdwyer wrote: Perhaps you spent too long with Pick basic.
Search found 7 matches
- Fri Oct 19, 2007 4:31 pm
- Forum: Coding Questions
- Topic: chr() and unicode
- Replies: 54
- Views: 20670
- Fri Oct 19, 2007 4:28 pm
- Forum: Coding Questions
- Topic: chr() and unicode
- Replies: 54
- Views: 20670
- Fri Oct 19, 2007 4:14 pm
- Forum: Coding Questions
- Topic: chr() and unicode
- Replies: 54
- Views: 20670
- Fri Oct 19, 2007 3:53 pm
- Forum: Coding Questions
- Topic: chr() and unicode
- Replies: 54
- Views: 20670
- Fri Oct 19, 2007 3:49 pm
- Forum: Coding Questions
- Topic: chr() and unicode
- Replies: 54
- Views: 20670
- Thu Oct 11, 2007 1:21 pm
- Forum: General Discussion
- Topic: Encrypting and decrypting files from internet
- Replies: 12
- Views: 4717
Use AES. It's not that hard to roll your own AES algorithm.
I've got some source code around here somewhere... (in C# tho)...
AES is fast because it is a symmetric block cipher. You can use a asymmetric algorithm to encipher the symmetric key to set up a session... something like RSA or some other ...
I've got some source code around here somewhere... (in C# tho)...
AES is fast because it is a symmetric block cipher. You can use a asymmetric algorithm to encipher the symmetric key to set up a session... something like RSA or some other ...