Skip to content

infotechinc/key-storage-in-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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