Skip to content

tobiasbriones/ep-cryptosystems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Project: Cryptosystems

Project   GitHub Repository

GitHub Project License

Example project for cryptosystem algorithms implemented in Go.

The available algorithms are:

Getting started

Run the main function with go run main.go which will give the output:

The message "cryptosystems" encrypted by the shift algorithm with key=3 is: fubswrvbvwhpv

Check out the test files for more documentation.

Run all the tests with go test ./....

Contact

This project: Docs, GitHub Repository

Tobias Briones: GitHub

Example Project: App

About

Example Project: Cryptosystems

Example project for cryptosystem algorithms implemented in Go.

Copyright © 2021 Tobias Briones. All rights reserved.

License

This project is licensed under the BSD-3-Clause License.