Home

Awesome

memguarded

A client/server application and library to keep a secret ... secret as much as possible

Security support with:

The memguarded binary can :

The code is designed to be sure the password (and the socket password) do not live in memory elsewhere than in memguard, client side and server side. From the terminal prompt on the client side to memguarded on server side and from the server back to a client locked buffer

To do so, memguarded rely directly on memguard code to get password from prompt and the client/server protocol rely directy on memguard to read and write password from the stream without buffering.