lib/core/text.rb in krypton-0.1.4 vs lib/core/text.rb in krypton-0.1.5

- old
+ new

@@ -5,9 +5,10 @@ TASKS_HELP = %Q{ encrypt Encrypt the message with the given key (AES). decrypt Decrypt the message with the given key (AES). hash Hash a given message with SHA256. + uuid Generate a random UUID. #{Paint['Examples', '#95a5a6']} #{Paint['$ krypton encrypt "mymessage" "mykey"', '#2ecc71']} #{Paint['=> ckhJWXcyTE1leENLOWpBQzJWbElMdz09Cg==', '#95a5a6']} #{Paint['$ krypton hash "mymessage"', '#2ecc71']} => #{Paint['S3ONp9WM7/rCMeuUnvWDzp5dxbuSVsOV6bI5AJvRqCc=', '#95a5a6']} }