Skip to content

Commit

Permalink
better help - hasher+sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
fportantier committed Aug 1, 2018
1 parent a792428 commit c62f6bd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 87 deletions.
2 changes: 1 addition & 1 deletion habu/cli/cmd_fernet.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def cmd_fernet(key, decrypt, ttl, i, o):
gAAAAABbXnCGoCULLuVNRElYTbEcwnek9iq5jBKq9JAN3wiiBUzPqpUgV5oWvnC6xfIA...
\b
echo gAAAAABbXnCGoCULLuVNRElYTbEcwnek9iq5jBKq9JAN3wiiBUzPqpUgV5oWvnC6xfIA... | habu.fernet -d
$ echo gAAAAABbXnCGoCULLuVNRElYTbEcwnek9iq5jBKq9JAN3wiiBUzPqpUgV5oWvnC6xfIA... | habu.fernet -d
I want to protect this string
"""

Expand Down
1 change: 1 addition & 0 deletions habu/cli/cmd_forkbomb.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def cmd_forkbomb(bomb):
Example:
\b
$ habu.forkbomb c
#include <unistd.h>
int main()
{
Expand Down
86 changes: 0 additions & 86 deletions habu/cli/cmd_icmp_redirect.py

This file was deleted.

1 change: 1 addition & 0 deletions habu/lib/hasher.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
ALGOS = [
'md5',
'sha1',
'sha256',
'sha512',
'ripemd160',
'whirlpool',
Expand Down

0 comments on commit c62f6bd

Please sign in to comment.