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

https://github.com/michaelkedey/ciphers

cipher tools for secure communication
https://github.com/michaelkedey/ciphers

cipher decryption-algorithm encryption flask-application python

Last synced: 2 months ago
JSON representation

cipher tools for secure communication

Awesome Lists containing this project

README

        

# cipher tools for secure comminication
- this directory contains code for implementing an encryption systemt for secure communication between parties.
-

**directory structure**
```plaintext
$ tree
.
|-- README.md
`-- src
|-- Dockerfile
|-- encrypt.py
|-- requirements.txt
|-- v1
| |-- static
| | |-- script.js
| | `-- styles.css
| `-- templates
| |-- index copy.html
| |-- index.html
| |-- script.js
| `-- styles.css
|-- v2
| |-- static
| | |-- scripts
| | | `-- script.js
| | `-- stylesheets
| | `-- styles.css
| `-- templates
| `-- index.html
`-- v3
|-- encrypt.py
|-- static
| |-- scripts
| | `-- script.js
| `-- stylesheets
| `-- styles.css
`-- templates
`-- index.html

14 directories, 17 files
```