N
newbie
Hello,
I face a practical problem with encryption.
I've read examples for encrypting a file with the DES algorythm. The
algorythm uses a key and a IV value. Both are 8 bytes if I'm correct, and
can be generated by the system or specified by me at design time.
How can I then do DES encryption with a password?
pwd: 8charact
can be translated into the key value (transform string to byte array)
But what about passwords longer than 8 characters? How is this best
implemented?
Thanks.
I face a practical problem with encryption.
I've read examples for encrypting a file with the DES algorythm. The
algorythm uses a key and a IV value. Both are 8 bytes if I'm correct, and
can be generated by the system or specified by me at design time.
How can I then do DES encryption with a password?
pwd: 8charact
can be translated into the key value (transform string to byte array)
But what about passwords longer than 8 characters? How is this best
implemented?
Thanks.