You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
KKlochko 1e45771b3e
Add key? to check if a string is a gamma key.
2 years ago
src Add key? to check if a string is a gamma key. 2 years ago
test/cipher_analytical_machine Add key? to check if a string is a gamma key. 2 years ago
.drone.yaml Update the CI/CD configuration to publish the artifacts to the release. 2 years ago
.gitignore Project initialization. 2 years ago
.gitlab-ci.yml Add the Gitlab CI/CD configuration. 2 years ago
CHANGELOG.md Update the diffs in the CHANGELOG. 2 years ago
COPYING Project initialization. 2 years ago
COPYING.LESSER Project initialization. 2 years ago
README.md Update the README. 2 years ago
project.clj Add the parsers to parse keys. 2 years ago

README.md

cipher-analytical-machine

A program helps to learn how ciphers works.

Installation

Download from https://gitlab.com/KKlochko/cipher-analytical-machine.

Usage

You need install java, before run the application. Run the application with a command:

$ java -jar cipher-analytical-machine-VERSION-standalone.jar [args]
$ java -jar cipher-analytical-machine-0.7.2-standalone.jar [args]

License

Copyright © 2023 Kostiantyn Klochko

Under the GNU Lesser General Public License v3.0 or later.