kushaldas / johnnycanencrypt

Python module for OpenPGP written in Rust.
GNU Lesser General Public License v3.0
51 stars 9 forks source link

Implement a data store and simple Key class #16

Closed kushaldas closed 2 years ago

kushaldas commented 4 years ago

Still now jce is very low level. Users of the API has to handle storing and retrieving keys. Having a filesystem based data store for the keys will enable ease of use.

Idea