Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pskc/aeskw.py
Commit message (Collapse)AuthorAgeFilesLines
* Implement padding as specified in RFC 5649Arthur de Jong2014-05-301-25/+61
| | | | This adds a pad argument with which padding can be forced or disabled.
* Allow speciying an initial value for key wrappingArthur de Jong2014-05-301-6/+20
|
* Provide an RFC 3394 AES key wrapping algorithmArthur de Jong2014-05-301-0/+73
This also introduces an EncryptionError exception.