项目作者: InnovativeInventor

项目描述 :
An implementation of the Vigenere cipher with ciphertext stealing in Go
高级语言: Go
项目地址: git://github.com/InnovativeInventor/vig-xts.git
创建时间: 2018-06-03T02:57:40Z
项目社区:https://github.com/InnovativeInventor/vig-xts

开源协议:MIT License

下载


vig-xts

An implementation of the Vigenere cipher with ciphertext stealing in Go (Golang).

Running

To compile and run, type

  1. go run main.go [options]

To run the precompiled binaries, go to bin/ and execute the binary appropriate for your platform.

Example (for Linux-based 64 bit computers):

  1. ./vig-xts_linux_amd64

Options

  1. $ go run main.go
  2. NAME:
  3. Vig-xts - Use xts with the Vigenere cipher
  4. USAGE:
  5. main [global options] command [command options] [arguments...]
  6. VERSION:
  7. 0.1.6
  8. COMMANDS:
  9. encrypt, e Encrypt text
  10. decrypt, d Decrypt text
  11. help, h Shows a list of commands or help for one command
  12. GLOBAL OPTIONS:
  13. --help, -h show help
  14. --version, -v print the version