Encryption

Encryption examples using YDN-DB library.

Todo list

Todo list app is a very simple app to demonstrate basic usage of encryption in ydn-db. It show how to put data and get out data from the database. It is based on the todo list example in HTML5Rocks web site.

Crypto module

Crypto module can be used outside of ydn-db, if record key is not necessary to be encrypted. Using crypto module outside of ydn-db provides more flexible usage.

Crypto example demonstrates a simple use case for crypto module with ydn-db.

Crypto with index example demonstrates query meta data on encrypted record. Note meta data for index are expose of encrypted message.

Authors

Kyaw Tun