noahvarghese / cryptoTool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Noah

CryptoTool

Secure your development process, and never store your passwords in code. Can use either the php branch, or master (ruby)

🚀 Quick start

  1. Launch Tool

    Clone repository to web server.

    # Make sure this is your web server and the path you will be accessing it from
    # Or move the contents after download
    git clone https://github.com/noahvarghese/cryptoTool
  2. Secure Password/Key

    • Navigate to url pointing to app
    • Paste in password/key to be encrypted
    • Make sure 'encrypt' is selected
    • Take result url encoded, and paste into config file for your project
  3. Using Encrypted Password

    When going to use the encrypted password/key

    • Send post request to tool with params:

      • crypt: {encrypt|decrypt}
      • string: {encryptedString}
    • Result that comes back will be the decrypted string. continue using

About


Languages

Language:Ruby 76.3%Language:HTML 13.9%Language:JavaScript 7.6%Language:CSS 2.1%