https://github.com/purplelemons-dev/encryption-playground
Small playground to mess around with encryption ideas.
https://github.com/purplelemons-dev/encryption-playground
encryption python3
Last synced: 8 days ago
JSON representation
Small playground to mess around with encryption ideas.
- Host: GitHub
- URL: https://github.com/purplelemons-dev/encryption-playground
- Owner: purplelemons-dev
- Created: 2023-02-09T02:52:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T17:52:32.000Z (over 3 years ago)
- Last Synced: 2026-02-14T05:06:49.712Z (4 months ago)
- Topics: encryption, python3
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Encryption Playground
Right now, this project is a collection of scripts I wanted to try for fun. Inspiration comes from a cryptography class I am taking this semester (SP2023). Check out my [sha256-python](https://github.com/purplelemons-dev/sha256-python), a previous project that I've worked on.
## Requirements
`pip install rsa`