vwxyzjn / portwarden

Create Encrypted Backups of Your Bitwarden Vault with Attachments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

vwxyzjn opened this issue · comments

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.

Server is largely finished