It encrypts only strings where the ASCII values are less than 128, and the key has to have the ASCII values less than 128 also.
Encrypt something like this, and you'll see what I mean:
VB Code:
Debug.Print Encrypt(String(20, 254), KEY)
|
Results 1 to 11 of 11
Thread: Simple key 'encryption'Threaded View
|
Click Here to Expand Forum to Full Width |