xvate
A simple asymmetric encryption program.
Initialization
Alice and Bob execute initialization commands respectively
xvate init
The two parties exchange public key
- Alice sends the
public_alice
in the/self
directory to Bob - Bob sends the
public_bob
in the/self
directory to Alice - Alice stores
public_bob
in the/other
directory - Bob stores
public_alice
in the/other
directory