Encryption/Decyption of String.
-
Hi all, i want to encrypt/decrypt the string. what method or option is gud for this. please help me for this. if possible please provide me any sample or example. thanks in advance.
If you are working under windows then check out The Cryptography API[^].
> The problem with computers is that they do what you tell them to do and not what you want them to do. < > //TODO: Implement signature here<
-
Hi all, i want to encrypt/decrypt the string. what method or option is gud for this. please help me for this. if possible please provide me any sample or example. thanks in advance.
Depending on your needs, the following may be sufficient: CryptProtectData() CryptUnprotectData() They encrypt using either machine or user specific key and help you avoid having to mess with the Crypto API.
...cmk The idea that I can be presented with a problem, set out to logically solve it with the tools at hand, and wind up with a program that could not be legally used because someone else followed the same logical steps some years ago and filed for a patent on it is horrifying. - John Carmack