md5 icon indicating copy to clipboard operation
md5 copied to clipboard

DES: support binary keys/plaintext/ciphertext and PKCS#5 padding, improve efficiency and add test script against OpenSSL

Open zandbelt opened this issue 1 year ago • 0 comments

  • parse keys that include 0's e.g. converted from hexadecimal inputs
  • handle arbitrary binary plaintext/ciphertext without assuming they should be NULL terminated strings (which are handled properly anyhow)
  • support PKCS#5 padding and use memcpy instead of looping over bytes

zandbelt avatar Dec 13 '23 12:12 zandbelt