Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peteprattis/advanced-encryption-standard-for-credit-card-number
A script in Python that encrypts and decrypts a credit card number with AES.
https://github.com/peteprattis/advanced-encryption-standard-for-credit-card-number
aes-encryption computer-science credit-card cryptography decryption encryption program python student
Last synced: about 4 hours ago
JSON representation
A script in Python that encrypts and decrypts a credit card number with AES.
- Host: GitHub
- URL: https://github.com/peteprattis/advanced-encryption-standard-for-credit-card-number
- Owner: PetePrattis
- License: mit
- Created: 2019-11-10T12:30:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T11:29:02.000Z (about 5 years ago)
- Last Synced: 2023-09-14T10:17:22.128Z (about 1 year ago)
- Topics: aes-encryption, computer-science, credit-card, cryptography, decryption, encryption, program, python, student
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- 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
>