Giter VIP home page Giter VIP logo

encrypted_input's Introduction

Encrypted Input

This field acts like a normal text input, but the value stored in the database is encrypted and is therefore not human-readable. This is useful for storing data such as passwords, oAuth/API tokens or personal details. Encryption is achieved using mcrypt (256-bit) with a salt (key) of your own choosing.

This means that if your database is somehow compromised then your content remains safe. A hacker would need to also obtain the salt from the config file to decrypt your content.

Usage

  1. Put the encrypted_input folder into your /extensions directory
  2. Enable "Field: Encrypted Input" from the System > Extensions page
  3. Update the salt on the System > Preferences page
  4. Add "Encrypted Input" fields to your sections

Salt

This extension provides a default randomised salt for you. If you wish to change the value, ensure you do so before you begin creating entries. If the data is saved and encrypted already and you change the salt, the values can not be decrypted again!

Credits

Many thanks to Michael Hay for funding this extension and permitting it to be released as open source.

encrypted_input's People

Contributors

nickdunn avatar nitriques avatar animaux avatar

Watchers

James Cloos 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.