# encrypt with sender-private, recipient-public without specifying nonce smh@thor:~/g1june/learn-g1$ ./pkencrypt_plaintext.py Paste your base58 private-key or seed, then hit GA47R2WcyAw2GmEU8e2rYwYiLwLCZctfJtwzk87nhJpZ Paste the base58 public-key of the recipient below, then hit DCovzCEnQm9GUWe6mr8u42JR1JAuoj3HbQUGdCkfTzSr Enter a 24-byte base64 nonce (or nothing) below, then hit Paste the plaintext message below, then hit This is a test without a nonce 6SsBbpRcluQwvJHm1zcle2oReCE/5jqyMDh7X7Agx3pDaI4nyAiKHBpn88GiuoBR9e23uecKBQvaCimN3AeciUPMh6zmntM= Encrypted! The above base64 cyphertext may be decrypted by the owner of public-key: DCovzCEnQm9GUWe6mr8u42JR1JAuoj3HbQUGdCkfTzSr # decrypt with recipient-private, sender-public (no nonce needed) smh@thor:~/g1june/learn-g1$ ./pkdecrypt_cyphertext.py Paste your base58 private-key or seed, then hit GA47R2WcyAw2GmEU8e2rYwYiLwLCZctfJtwzk87nhJpZ Paste the base58 public-key of the sender below, then hit DCovzCEnQm9GUWe6mr8u42JR1JAuoj3HbQUGdCkfTzSr Paste the base64 cyphertext below, then hit 6SsBbpRcluQwvJHm1zcle2oReCE/5jqyMDh7X7Agx3pDaI4nyAiKHBpn88GiuoBR9e23uecKBQvaCimN3AeciUPMh6zmntM= This is a test without a nonce