GithubHelp home page GithubHelp logo

sereno's Introduction

Disclamer

Sereno is not still functional

sereno

A RESTful key wallet extension of passport

Overview

Sereno is intended to extend passport's functionality, in order to include a key wallet giving access to encrypted data to authenticated users, while keeping this data as safe as possible.

https://github.com/chengxianga2008/node-cryptojs-aes

The archetypal use-case is an unified mail inbox, where some user will need to keep a list of all the users and passwords associated to his personal addresses. Those passwords have to be kept safe, but the original information should be retrievable.

Model

A detailed explanation can be found here

Model Schema

Secure information

Typically

{
  plain-text: {_id: String, name: String},
  secured: {service: Url, user: String, key: String}
}

Please, note that the service Url has to be secured too, since a manipulation in that field could be used to make the server transfer the credentials to a wrong receiver.

The algorithm used to encrypt this information will be AES.

Weak points

Please, report any problem you can think of about this strategy

Howto

For common use-cases refer to the how-to

Release History

  • 0.0.2 Sereno can now encrypt and decrypt with a sessionless LocalStrategy
  • 0.0.1 Initial release

Credits

License

Copyright [2015] [Luis Sieira Garcia]

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

sereno's People

Contributors

sieira avatar floralvikings avatar

Watchers

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