tobiasbriones / ep-cryptosystems

Example project for cryptosystem algorithms implemented in Go.

Home Page:https://dev.mathsoftware.engineer/ep-cryptosystems/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Example project for cryptosystem algorithms implemented in Go.

https://dev.mathsoftware.engineer/ep-cryptosystems/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%