Search found 1 match

by tuxgirl
Fri Oct 28, 2011 6:38 am
Forum: AES Crypt
Topic: Binary Key for AES Crypt?
Replies: 1
Views: 4779

Binary Key for AES Crypt?

I have been using GnuPG in the past, and have been using a binary key that is dynamically generated by an app I wrote. In essence, the key is generated by taking a 256-byte chunk of data, and condensing it down into 256-bits. It does use all 256-bits, however, since it doesn't assume ascii ...