This commit is contained in:
parent
7684008ab5
commit
b4b2d8cec0
|
@ -0,0 +1,33 @@
|
|||
xena@fluttershy (linux) ~/code/nim/crypt
|
||||
➜ time echo "saqfupFVF5sa2" | nim c -r crack.nim
|
||||
config/nim.cfg(53, 3) Hint: added path: '/home/xena/.babel/pkgs/' [Path]
|
||||
config/nim.cfg(54, 3) Hint: added path: '/home/xena/.nimble/pkgs/c2nim-0.9.7' [Path]
|
||||
config/nim.cfg(54, 3) Hint: added path: '/home/xena/.nimble/pkgs/jester-0.1.0' [Path]
|
||||
config/nim.cfg(54, 3) Hint: added path: '/home/xena/.nimble/pkgs/nimble-0.6.0' [Path]
|
||||
config/nim.cfg(54, 3) Hint: added path: '/home/xena/.nimble/pkgs/docopt-0.6.1' [Path]
|
||||
config/nim.cfg(54, 3) Hint: added path: '/home/xena/.nimble/pkgs/bcrypt-0.2.1' [Path]
|
||||
config/nim.cfg(54, 3) Hint: added path: '/home/xena/.nimble/pkgs/compiler-0.10.3' [Path]
|
||||
config/nim.cfg(54, 3) Hint: added path: '/home/xena/.nimble/pkgs/irc-0.1.0' [Path]
|
||||
config/nim.cfg(54, 3) Hint: added path: '/home/xena/.nimble/pkgs/cairo-1.0' [Path]
|
||||
config/nim.cfg(54, 3) Hint: added path: '/home/xena/.nimble/pkgs/' [Path]
|
||||
Hint: used config file '/home/xena/prefix/nim/config/nim.cfg' [Conf]
|
||||
Hint: system [Processing]
|
||||
Hint: crack [Processing]
|
||||
Hint: posix [Processing]
|
||||
Hint: times [Processing]
|
||||
Hint: strutils [Processing]
|
||||
Hint: parseutils [Processing]
|
||||
CC: crack
|
||||
CC: stdlib_system
|
||||
CC: stdlib_posix
|
||||
CC: stdlib_times
|
||||
CC: stdlib_strutils
|
||||
CC: stdlib_parseutils
|
||||
[Linking]
|
||||
Hint: operation successful (14744 lines compiled; 1.123 sec total; 22.225MB; Debug Build) [SuccessX]
|
||||
/home/xena/code/nim/crypt/crack
|
||||
What would you like to decrypt?
|
||||
password: 111120ab
|
||||
took 59073 tries
|
||||
echo "saqfupFVF5sa2" 0.00s user 0.00s system 0% cpu 0.001 total
|
||||
nim c -r crack.nim 1.91s user 0.10s system 141% cpu 1.414 total
|
Loading…
Reference in New Issue