Skip to content

paulej/AESKeyWrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AES Key Wrap

This library implements AES Key Wrap (RFC 3394) and AES Key Wrap with Padding (RFC 5649). This code was originally written before OpenSSL had support for these algorithms.

The code may still be of use for those who implement their own AES encryption code, but if you are using OpenSSL it probably makes more sense to just use the OpenSSL libraries for AES Key Wrap. See the functions EVP_aes_128_wrap() and EVP_aes_128_wrap() and EVP_aes_128_wrap_pad(), as examples of two ciphers that can serve in place of the code in this library.

About

AES Key Wrap and AES Key Wrap with Padding routines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published