Skip to content

infotechinc/key-storage-in-browser

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Key Management in the Browser

Securely store cryptographic keys within the browser using IndexedDB. The sample application allows key pairs to be created and saved, shows all saved keys, and allows public keys to be downloaded for external use.

Using this example requires a web browser that implements a compatible version of the Web Cryptography API. When the example was created, current versions of the Google Chrome browser and the Opera Developer release, and recent nightly builds of the Firefox browser, could run the example.

This is not intended to be a production tool. Rather, it may be helpful to developers who intend to create their own tools using the Web Cryptography API.

Copyright (c) 2014 Info Tech, Inc. Provided under the MIT license. See LICENSE file for details.

About

Example of storing cryptographic keys with IndexedDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published