M
Mythran
I noticed that in *nix environments (gnu library) they have a crypto library for
encrypting passwords (along with doing other things). In .Net, I do not see
anything that I can use for mimic'ing this functionality without writing my own
encryption for storing passwords in a text file. Is there any such thing or
shall I just write one?
Basically, I want to encrypt a string to store in a plain text file that will be
stored on a publically accessible system (not really public, but for show
here...).
Thanks,
Mythran
encrypting passwords (along with doing other things). In .Net, I do not see
anything that I can use for mimic'ing this functionality without writing my own
encryption for storing passwords in a text file. Is there any such thing or
shall I just write one?
Basically, I want to encrypt a string to store in a plain text file that will be
stored on a publically accessible system (not really public, but for show
here...).
Thanks,
Mythran