Code Monkey home page Code Monkey logo

liam's People

Contributors

waffle-with-pears avatar

Watchers

 avatar  avatar

liam's Issues

Drag private key into browser to register with app

Dragging a private key from a USB stick, for example, on to the browser window should register the key with the javascript runtime.
The user avatar should show some indication that a key is ready to be used.
Prompt to password-unlock key if necessary.

SPIKE Password protect message

Determine what mechanism, if any, could be used to send and view password protected messages.
Questions to answer

  • What method to use. Maybe cryptojs w/ AES with a PBKDF2 key?
  • How to read messages:
    • Query strings can be ~2000 chars. Maybe we send recipient a link to our app with message in it?
    • Store messages w/ API server in Mongo?

Remove API proxy and query API by config variable

The client app currently proxies the API app. Remove this proxy and dependency.

The client app should query the API with an absolute URL. This URL should be configured as an environment variable and transmitted to the client by embedding the JSON string of a config object in the DOM.

In Jade:

#initialState= JSON.stringify({"apiURI":"http://something"})

Read encrypted message

When reading a message that happens to be encrypted, immediately initiate the decryption process with progress indication for the user.

Compose a message

Standard email plaintext composition, entering user email addresses

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.