npm install orthrosOrthros is a crypto messenger that bases itself mainly on the RSA cryptosystem for message encryption, using AES for other on-device encryption purposes.
bash
npm install -g orthros
`Usage
`
Orthros Messenger v1.0.5
Command line options;
./orthros send [Recieving UUID] "[Message]" - Sends supplied message to UUID, put message in quotes.
./orthros check - Checks for messages in queue
./orthros read [Message ID] - Decrypts and reads message for ID
./orthros delete [Message ID] - Deletes a message given it's ID
./orthros whoami - Prints your Orthros ID
`Development configuration
To use your own server whether for development or internal reasons you can create a file in the Orthros configuration directory `~/.orthros/.development.config` with the following data.An open version of the server is available here
`json
{
"development_url":"https://someurl.ninja?"
}
``Copyright (c) 2015 Dylan "Haifisch" Laws