Giter VIP home page Giter VIP logo

shakelock's Introduction

shakelock

A command line tool for text and file encryption. When encrypting text the output is also an equally long text. This makes shakelock suitable for encrypting text that is to be written down, such as cryptocurrency seed phrases.

Binaries

Binaries for linux and windows here.

About

Shakelock uses Shake256 seeded with a password to generate a keystream. Using the same password more than once on different data makes security vulnerable to ciphertext correlation. If multiple files are to be encrypted, it is safest to zip the files into a single file or use different passwords.

Example

$ ./shakelock -eio
Enter input:
the quick brown fox jumps over the lazy dog
Enter password:
password123
Result:
luucrczlgagnriocdffrqzuskcmaierdkail czyftk

$ ./shakelock -dio  
Enter input:  
luucrczlgagnriocdffrqzuskcmaierdkail czyftk  
Enter password:  
password123  
Result:  
the quick brown fox jumps over the lazy dog  

Manual

Usage:  
  shakelock -b INPUT_FILE  
  shakelock (-e | -d) [-o] [-a ALPHABET_FILE] (-i | INPUT_FILE)  
Options:  
  -b, --binary        encrypt or decrypt bytes in an input file  
  -e, --encrypt       text encryption mode  
  -d, --decrypt       text decryption mode  
  -i, --prompt-input  in text mode, type the input into the terminal  
  -o, --prompt-output in text mode, print the output on the terminal  
  -a, --alphabet FILE in text mode, use a custom alphabet csv file  
  -h, --help          display this help and exit  

Donate

Donations are accepted in Bitcoin cash at bitcoincash:qrpxyalxa2qfpt8akwmq8n5v3gsmslkh8sx93pppvc

License

Distributed under the GPL license, see LICENSE for details.

shakelock's People

Contributors

krutnicolai22 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.