Blowfish/Base64 data from file

2003-12-09 Thread Mike Maloy
Okay, next irritant: If I encrypt a chunk of data, and store it in a list node, I can decrypt it with no problem given the proper password. If I read (what I interpret as) the same chunk of data that has been saved to and then read from a file, and decrypt that with the password, the data seems to

Re: Blowfish/Base64 troubles...

2003-12-04 Thread Mike Maloy
Richard Levitte - VMS Whacker wrote: amann> input should come out of blowfish as 16 bytes base64 comes in groups of 4 characters for each group of 3 or less input bytes. Well, at the moment, I think my boss found the problem. My code predicted the number of bytes to be returned from the encry