10000 GitHub - michaelkedey/ciphers: cipher tools for secure communication
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

michaelkedey/ciphers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0