Skip to content

Instantly share code, notes, and snippets.

@smujohnson
Created February 1, 2013 19:21
Show Gist options
  • Save smujohnson/4693430 to your computer and use it in GitHub Desktop.
Save smujohnson/4693430 to your computer and use it in GitHub Desktop.
sjohnson@web1:~/bin$ get str !
Input type: string
as string: [!]
as hex: 0x21
as decimal: 33
as binary: 0b100001
length (bytes): 1
length (bits): 6
SHA-1 in_raw: 0ab8318acaf6e678dd02e2b5c343ed41111b393d
SHA-1 decoded: 0ab8318acaf6e678dd02e2b5c343ed41111b393d
sjohnson@web1:~/bin$ get str "!"
-bash: !: event not found
sjohnson@web1:~/bin$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment