hamza1886 / data-anonymization

Anonymize data using AES-128 encryption/decryption algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Anonymization

Anonymize data using AES-128 encryption/decryption algorithm.

Getting Started

  • Clone repo https://github.com/hamza1886/data-anonymization.git
  • Install dependencies pip install -r requirements.txt
  • Run code python main.py
  • Encrypted and decrypted data is shown in output field
  • See secrets.dat file for the encrypted data.

License

The code is open-sourced under MIT License.

About

Anonymize data using AES-128 encryption/decryption algorithm.

License:MIT License


Languages

Language:Python 100.0%