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

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.

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`