DEV Community

Cover image for GRIFFIN: Secure Containers for Humans & Robots
Alex
Alex

Posted on

GRIFFIN: Secure Containers for Humans & Robots

Hi! I would like to present you my pet project for those who are interested in storing secret information in portable secure containers.

Neither usernames, nor credentials, nor hashes are stored in the container, saved by the browser, or transmitted over the network.

The project is still at a very early stage of development, but you can try examples or create your own secure container.

I look forward to your feedback!

GitHub logo griffin-container / griffin

Read-only 100% offline secure multi-user container in a single HTML file that requires no external software to extract secrets


G R I F F I N

SECURE CONTAINERS FOR HUMANS & ROBOTS


Read-only 100% offline secure multi-user container in a single HTML file that requires no external software to extract secrets.

Neither usernames, nor credentials, nor hashes are stored in the container, saved by the browser, or transmitted over the network.


Download a brand new empty container

  1. Go to the latest version

  2. Click the Download button (top-right corner)


Create your first container

  1. Go to menu (top-left corner) and choose:
    Create container from source…

  2. Use hello-world.xml container source
    to create hello-world.html container

  3. Explore public, private and shared resources
    username: alice, password: rabbit
    username: bob , password: dog

That's it!

GET MORE_

  • Programmatic access…
  • Digital signatures…
  • XOR masks, Shamir's secret sharing etc…
More examples…



Top comments (0)