https://github.com/pprattis/Advanced-Encryption-Standard-for-credit-card-number
A script in Python that encrypts and decrypts a credit card number with AES.
https://github.com/pprattis/Advanced-Encryption-Standard-for-credit-card-number
aes-encryption computer-science credit-card cryptography decryption encryption program python student
Last synced: 10 days ago
JSON representation
A script in Python that encrypts and decrypts a credit card number with AES.
- Host: GitHub
- URL: https://github.com/pprattis/Advanced-Encryption-Standard-for-credit-card-number
- Owner: pprattis
- License: mit
- Created: 2019-11-10T12:30:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T11:29:02.000Z (almost 6 years ago)
- Last Synced: 2025-04-09T14:08:34.630Z (6 months ago)
- Topics: aes-encryption, computer-science, credit-card, cryptography, decryption, encryption, program, python, student
- Language: Python
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Cryptography in Python Exercise
**This is a simple python project from my early days as a Computer Science student**
_This programm was created for the fifth semester class Cryptography
and it is the final project necessary to pass the class_> #### Description of project
>
>A script in Python that encrypts and decrypts a credit card number with AES.
>> #### About this project
>
> - Extra information about this project and AES can be found at https://blog.cryptographyengineering.com/2011/11/10/format-preserving-encryption-or-how-to/
> - This program runs for Python version 2.7
> - This repository was created to show the variety of the work I did and experience I gained as a student
>