Displaying 4 results from an estimated 4 matches for "somesalt".
Did you mean:
somecalc
2018 Dec 03
2
dovecot and argon2 encryption
...IN-MD5 SCRAM-SHA-1 LANMAN SHA512-CRYPT CLEAR
CLEARTEXT SSHA256 NTLM MD5 PBKDF2 SHA256 CRAM-MD5 PLAIN-TRUNC SHA256-CRYPT
SMD5 DIGEST-MD5 LDAP-MD5
There is no mention of "argon2" shown. Now, from the command line I can enter
this command:
~ $ echo -n "Secret-Password" | argon2 somesalt
Type: Argon2i
Iterations: 3
Memory: 4096 KiB
Parallelism: 1
Hash:
e6432f595e999988c7c54c30d530b0fc7d9953510e5ccf295359258f4ea22a3d
Encoded:
$argon2i$v=19$m=4096,t=3,p=1$c29tZXNhbHQ$5kMvWV6ZmYjHxUww1TCw/H2ZU1EOXM8pU1klj06iKj0
0.039 seconds Verification ok
However, this fail...
2018 Dec 04
1
dovecot and argon2 encryption
...EXT SSHA256 NTLM MD5 PBKDF2 SHA256 CRAM-MD5 PLAIN-TRUNC SHA256-CRYPT
> SMD5 DIGEST-MD5 LDAP-MD5
>
> There is no mention of "argon2" shown. Now, from the command line I can enter
> this command:
>
> ~ $ echo -n "Secret-Password" | argon2 somesalt
> Type: Argon2i
> Iterations: 3
> Memory: 4096 KiB
> Parallelism: 1
> Hash:
> e6432f595e999988c7c54c30d530b0fc7d9953510e5ccf295359258f4ea22a3d
> Encoded:
> $argon2i$v=19$m=4096,t=3,p=1$c29tZXNhbHQ$5kMvWV6ZmYjHxUww1TCw/...
2018 Dec 04
0
dovecot and argon2 encryption
...CRYPT CLEAR
> CLEARTEXT SSHA256 NTLM MD5 PBKDF2 SHA256 CRAM-MD5 PLAIN-TRUNC SHA256-CRYPT
> SMD5 DIGEST-MD5 LDAP-MD5
>
> There is no mention of "argon2" shown. Now, from the command line I can enter
> this command:
>
> ~ $ echo -n "Secret-Password" | argon2 somesalt
> Type: Argon2i
> Iterations: 3
> Memory: 4096 KiB
> Parallelism: 1
> Hash:
> e6432f595e999988c7c54c30d530b0fc7d9953510e5ccf295359258f4ea22a3d
> Encoded:
> $argon2i$v=19$m=4096,t=3,p=1$c29tZXNhbHQ$5kMvWV6ZmYjHxUww1TCw/H2ZU1EOXM8pU1klj06iKj0
> 0.03...
2006 Feb 07
21
Paypal and Rails
Hello everyone,
I am looking for a way to pass off a simple payment to paypal using our
own interface. I understand that this requires making full use of
Paypal''s API since we won''t be using their shopping cart or anything. I
found the article by Pranav Bihari on his site and in the Wiki on using
SOAP4R and the paypal WSDL file to interface with paypal web services,
but I