Skip to content
0x7c0 edited this page Mar 19, 2014 · 10 revisions

List of available modules

meaning of info:

  1. password: encrypt file with password, is required for restore
  2. decrypt: decryption of file is enabled
  3. iv: create an extra file 'iv_' with some extra info for decryption
  4. hash: create only hash of file
  5. text: decryption of file is correct only with text file
  6. BUGGED: on working

======== set -k size for correct module

aes

password, decrypt, iv

  • -k 128 for aes128
  • -k 192 for aes192
  • -k 256 for aes256

des

password, decrypt, iv

  • -k 1 for des
  • -k 3 for triple_des

base

decrypt

  • -k 16 for base16
  • -k 32 for base32
  • -k 64 for base64

xor

password, decrypt

hash

hash

  • -k 0 for sha0
  • -k 1 for sha1
  • -k 3 for dsa
  • -k 4 for md4
  • -k 5 for md5
  • -k 160 for ripemd160
  • -k 224 for sha224
  • -k 256 for sha256
  • -k 384 for sha384
  • -k 512 for sha512

hmac

hash, password

crc

hash

  • -k 31 for adler32
  • -k 32 for crc32

vige

password, decrypt

play

password, text, decrypt

blow

BUGGED

caes

decrypt

  • -k -1 for atbash
  • -k 13 for rot13
  • -k (any size)

morse

text

leet

text

rc

password, decrypt

  • -k 2 for rc2
  • -k 4 for rc4

otp

iv, decrypt

nihi

iv, password, decrypt

vic

BUGGED

auto

password, decrypt

sha3

hash

  • -k 224 for sha3_224
  • -k 256 for sha3_256
  • -k 384 for sha3_384
  • -k 512 for sha3_512
Clone this wiki locally