michaelkedey / ciphers

cipher tools for secure communication

Repository from Github https://github.commichaelkedey/ciphersRepository from Github https://github.commichaelkedey/ciphers

cipher tools for secure comminication

  • this directory contains code for implementing an encryption systemt for secure communication between parties.

directory structure

$ 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

About

cipher tools for secure communication


Languages

Language:HTML 70.7%Language:CSS 23.9%Language:Dockerfile 3.3%Language:JavaScript 2.1%