Prove that you've had a file (of any type & size) at a certain time without compromising your privacy.
Currently deployed on Rinkeby network
Solidity, Truffle, IPFS, Javascript, Web Crypto API, Vue, Vuetify
https://www.youtube.com/watch?v=z74hus7oNH8
-
Your original file is never transmitted over the network, both encryption & decryption happen locally.
-
Every encryption process generate a different file/hash even if the same file is encrypted with the same password, that's because a random salt is generated everytime.
- Relies on Ethereum blockchain to store/retrieve data
Currently, the app is deployed on test network, so using it is FREE anyway.
- All expensive operations, such as encryption/decryption/hashing are done locally, only the string that represent the hash that is stored on ethereum.
Requirements:
- NodeJS v10 (with node-gyp installed globally)
npm
oryarn
truffle
Smart contract interaction:
truffle migrate
Frontend app interaction:
cd app
npm install
oryarn
npm run serve
oryarn serve