Application for locking keys (public and private) for certain period
Budget: €30 – €250 EUR
We need someone to build this simple web application, where authenticated user will be able to import public and private key into the app and lock it for some time. Unlock will be not possible until certain of time passes.
Pseudocode:
User John comes into the web application and says: 'I want to lock my public and private key for 3 months (90 days).
John is asked if there is any additional message to add before application encrypt his keys using algorithm AES 256 CBC.
After he confirms to lock his keys he gets a cryptographic file which will be his key to unlock it exactly after 90 days.
If John comes before 90 days and import key to application, application will return the time he needs to wait until keys will be available to download.
Simple as it is written.
Pseudocode:
User John comes into the web application and says: 'I want to lock my public and private key for 3 months (90 days).
John is asked if there is any additional message to add before application encrypt his keys using algorithm AES 256 CBC.
After he confirms to lock his keys he gets a cryptographic file which will be his key to unlock it exactly after 90 days.
If John comes before 90 days and import key to application, application will return the time he needs to wait until keys will be available to download.
Simple as it is written.