RCSChain is my latest project, and it has turned out to be quite interesting. The project is a file storage system implemented as a private blockchain ledger technology, using Falcon 512 post-quantum encryption with encrypted DHT for dynamic peer discovery.
The system’s UI currently allows basic CRUD functionality of files and folders and the storage is committed in the ledger itself, rather than authenticity verification (a system where files are stored “on disk” in the traditional sense, and the MD5 hash signatures are only stored on the ledger, used to verify the authenticity/version of a stored file).
By committing in the ledger itself, infinite and indefinite version control of every file and folder is possible. This is an exciting project that I’ve been working on a little bit here and there, this project is definitely at the forefront of its kind.
#latestproject