Hi guys,
when you have to crypt a password a way that it can be decrypted by another algorithm (no hashsums - no one way password) would you probalby use c bitshifts?
What way would you prefer?
Do you know any short sample functions? How would you do?
Thanks a lot in advance.
rat



LinkBack URL
About LinkBacks



CornedBee
. Exactly what cryptographic primitive is selected depends on the protocol and other requirements. If we're talking about password storage, it seems to me that hashing the user supplied password is still good practice.