Skip to content

Python implementation of AES that uses PKCS7 padding.

License

Notifications You must be signed in to change notification settings

ctownsen357/aeswinpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aeswinpy

This project replicates an AES encryption/decryption routine from a Windows .NET project that was being migrated to another server. I used these methods to verify that the key and initialization vector were correct. This was a little tricky because of the PKCS7 padding. Thanfully, there was an existing implementation of the padding that I was able to pull from another project on Github.

This code includes a dummy key and IV that are left in the code so it will run correctly as-is.

About

Python implementation of AES that uses PKCS7 padding.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages