glv2

Results 46 comments of glv2

It looks like it's not returning the right result. It should be: ``` lisp #(166 159 115 204 162 58 154 197 200 181 103 220 24 90 117 110...

Have you tried using the latest ECL code from https://gitlab.com/embeddable-common-lisp/ecl/ (in case some bug was already fixed upstream)?

> > ``` > > (require :asdf) > > ;;; Loading #P"/opt/local/lib/ecl-21.2.1/asdf.fas" > ("ASDF" "asdf" "UIOP" "uiop" "CMP") > > (asdf:load-system "ironclad/tests") > > T > > (let ((data (make-array...

@hraban > I did what you suggested and it solved the problem! > > ``` > > #(213 126 127 255 62 174 252 126 217 100 63 58 42...

cpu: Intel(R) Core(TM) i7-3630QM CPU @ 2.40GHz randprog: 1000 nonces took 9.032625 seconds cryptonight: 65 H/s cpu: Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz randprog: 1000 nonces took 14.901971 seconds...

There is an exported ```derive-key``` method that you can use instead of calling ```pbkdf2-derive-key``` directly.

This should be fixed in version 1.4.1.

Here is a HTTP stream obtained with a function similar to the one described above: ``` http HEAD /json_rpc HTTP/1.1 User-Agent: Dexador/0.9.10 (SBCL 1.3.19); Linux; 4.11.7-gentoo Host: 127.0.0.1:18081 Accept: */*...

I just read in https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html that the HTTP server's response to a *HEAD* request must not contain a body. However in my example the server doesn't behave correctly and puts...

You could try softwares like [crunch](https://sourceforge.net/projects/crunch-wordlist/), or [TTPassGen](https://github.com/tp7309/TTPassGen).