b-address or t-address (without spaces and another symbols):
Validation address (checksum):
Converted address:
For trading any cryptocurrency on the stock exchanges you can visit: https://coinmarketcap.com/ Don't loss your funds! Remember that: "Buy high, sell low!" =)
encrypt command line: openssl enc -aes-256-cbc -salt -in secret.txt -out secret.enc -kfile keyfile_name.txt (or -k password)
decrypt command line: openssl enc -d -aes-256-cbc -in secret.enc > secret.txt -k password (or -kfile keyfile_name.txt)
Also you can use keyfile for encryption and decryption in TrueCrypt. (Latest stable version is 7.1a).