vwxyzjn / portwarden

Create Encrypted Backups of Your Bitwarden Vault with Attachments
MIT License
587 stars 33 forks source link

Write a backend server by Go in the portwarden/web folder. #1

Closed vwxyzjn closed 5 years ago

vwxyzjn commented 6 years ago

Requirements:

Write a simple server that has the endpoint of http://localhost/encrypt and `http://localhost/decrypt, which sort of acts like the CLI in /cmd/portwarden folder. You might want to take a JSON input in the endpoint and return the corresponding results.

vwxyzjn commented 5 years ago

Server is largely finished