You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A server and client pair of programs for running a one-time pad cipher. The server program operates get and post requests from the client. The server only handles storage and retrieval of ciphertext. The client program operates get and post requests to the server. The client only handles decryption and encryption logic.