Giter VIP home page Giter VIP logo

crypto's People

Contributors

ragboyjr avatar

Watchers

 avatar  avatar

Forkers

adevivo

crypto's Issues

Crypt Stream Factory

Create a crypto stream to simplify the interface for creating encrypt and decrypt streams.

GnuPG Crypt

  1. Create a new GnuPGCrypt
  2. Create a new EncryptOnlyGnuPGCrypt. This is a simple decorator that will take an Crypt instance and call it for encrypt, but for decrypt, throw a RuntimeException saying this crypt can only be used for encrypting.
  3. Add tests for it, you'll need to create your own pub private keys with the gpg CLI.
  4. Add documentation in the README on how to use the two new crypts.

Please use the OO version of this library.

To actually use GnuPG, you need to create an instance. Then import pub and private key data (separately), then get the fingerprint for each, and then call addEncryptKey or addDecryptKey. The pub key is the encrypt key.

Once the instance is configured, you can then call encrypt/decrypt on data.

The GnuPGCrypt class constructor should just accept a fully configured GPG instance and assume it's been fully configured. Then you should have static method like createFromKeys($pub_key, $priv_key = null) and that will create a new gnu pg instance, and load the keys and throw an exception if anything is wrong. The private key is optional if they only want to use this library for encrypting. If no private key is given, then you need to wrap the created GnuPGCrypt in an EncryptOnlyCrypt.

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.