Giter VIP home page Giter VIP logo

cryptoknight's Introduction

CryptoKnight

CryptoKnight is a general purpose cryptography app

CryptoKnight.v1.0.0_1_1.jpg

Features:

  1. Text and file encryption
  2. 9 encryption algorithms (AES - Rijndael - Twofish - Threefish - Shacal2 - CAST6 - RC6 - Camellia - Serpent)
  3. Supports 128, 192, and 256 bit key sizes (512 for Shacal2, and 512 and 1024 for Threefish)
  4. Control over block size where possible
  5. Option to securely wipe plain file after encryption
  6. Supports the following hashing algorithms: (MD2 - MD5 - SHA1 - SHA224 - SHA256 - SHA384 - SHA512 - bcrypt - scrypt)
  7. Password booster generates strong yet reproducible passwords (check the source code or help => FAQ for algorithm details)
  8. Random password generator with full control over password characters
  9. Secure implementation (uses bouncy castle library) & cryptographic salts
  10. User friendly, multi-threaded GUI.
  11. Cross platform; works on Windows, mac OSX and Linux.
  12. Windows binary version comes with a bundled JRE so you don't even have to have java installed.
  13. Open source, 100% free

Planned features:

  1. Steganography (F5 algorithm)

Setup and Run:

  • If you're on Windows, there's a compiled exe binary you can grab from the releases page. All you need to do is extract the contents of the zip archive (you might need 7-zip, which can be found at: http://www.7-zip.org/download.html), and double click the exe file.. That's it!

  • Linux users have one of 2 options (option b should be faster to launch):
    a. Run the compiled windows binary same as above using wine.
    b. You'll need Java JDK or JRE environment installed (click here to find out how for ubuntu based distros). Download the jar version from releases, open your terminal and navigate to the directory containing the .jar file, type "sudo chmod +x CryptoKnight.v1.0.0.jar" (without the quotes, and if you renamed the jar file you should modify the command accordingly). Right click on the jar file and select open with Java Runtime. To create a shortcut on desktop right click on your desktop and select "Create a new launcher here", enter CryptoKnight (or whatever name you want for the launcher) in the name field, type "java -jar (path to the jar file)" (again, without the quotes, eg: java -jar /home/your-username/APPs/CryptoKnight.v1.0.0.jar) in the command field, and finally type "Encrypt your text and files" in the comment field, change the default icon to the left to anything you like (I have included a default icon.png with the source code) and click ok. You're good to go!

#Feedback and contributions are welcome.

If you like it, don't forget to star the repo

cryptoknight's People

Contributors

mk-ware 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.