- Accept key generation size. (not practical above 64-bit)
- Decrypt from command args only for now
- Catch Unicode Decode Error cuased by wong key or size.
- Split into methods.
- Added a cli interface with commands 'gen <filename>' to generate keys
and 'encrypt <message> <publicKey>' to encrypt a message
to the passed key.
- Read and save keys.