Does anyone know any algorithm for a 64 (or even a 16 or 32) bit encrytion?
Im learning how the concept works, but do not even have the slightes clue where to start.
TIA
:rolleyes: :p :confused:
Printable View
Does anyone know any algorithm for a 64 (or even a 16 or 32) bit encrytion?
Im learning how the concept works, but do not even have the slightes clue where to start.
TIA
:rolleyes: :p :confused:
What sort of encryption do you want to do?
What type?
Are you meaning like files or strings?
Preferrably files. But just learning the concept is what I am after. I have no clue how it works.
Ok. I'm not an expert on cryptography, but as far as I can see there's two main types. Conventional, where you encrypt using a password, and public-key where you use a key pair to encrypt. See www.pgp.com for some links. Also do a search for Blowfish.
Have a look at this sample