Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
>