IngCr3at1on / smokering

In Memory Encrypted Key Ring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smoke Ring

GoDoc Build Status


A minimal in-memory encrypted keyring using only standard libs.

Smoke Ring is encryption agnostic, it is designed to be used as a package by another application where the application provides the block cipher for encrypting the keys. This means the application only has to keep track of the master key for this cipher while all their keys are safely stored in Smoke Ring.

About

In Memory Encrypted Key Ring

License:Apache License 2.0


Languages

Language:Go 100.0%