[erlang-questions] question regarding symmetric encryption with crypto library

Larry White ljw1001@REDACTED
Mon Apr 27 22:49:01 CEST 2009


In the past the encryption libraries I've used have accepted an arbitrary
string as plain text input.  The des implementation in crypto (and the
algorithm itself) seems to require that the the input text be some multiple
of 8 bytes long.  I can pad the input string with something to make it n*8
bytes long, but then when I decrypt the string, I have no way of knowing if
the returned value was padded and by how much.

This seems like a problem many people must have solved.  What's the right
way to do this here?

thanks much for your help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20090427/206bbd71/attachment.htm>


More information about the erlang-questions mailing list