#What to use for a server and database for a diy password manager

1 messages · Page 1 of 1 (latest)

cosmic tendon
#

I am making a homebrew RSA encrypted password manager, and want to have users able to create an account and upload and read their passwords via a java client. I am fairly new to java, and im wondering what tools i should use to host the server, format data to send to that server, and what kind of database i should use in the server to host user information.

slim gateBOT
#

<@&987246584574140416> please have a look, thanks.

verbal crypt
#

It's a bit of a wide question. A lot of hosting places such as Render can work, both sql or nosql setups, JSON format can work.
I'd first focus on the local part.

cosmic tendon
#

the client?

#

and would apache work as a server?

verbal crypt
#

Yes. And it can.