Giter Club home page Giter Club logo

Comments (5)

guil-g avatar guil-g commented on July 28, 2024 1

Thank you very much. This solved the issue.

from phc-winner-argon2.

ufukty avatar ufukty commented on July 28, 2024

I think if you share parameters you used for argon2.online and Linux, it would make it easier to people for helping you

from phc-winner-argon2.

guil-g avatar guil-g commented on July 28, 2024

$ echo '123456789012345678901234567890' | argon2 salzwasser
Type: Argon2i
Iterations: 3
Memory: 4096 KiB
Parallelism: 1
Hash: 2e38a5c031c9c5d2c55b11f2ef35724e8f9bca28a111f834196374ee210d398c
Encoded: $argon2i$v=19$m=4096,t=3,p=1$c2Fsendhc3Nlcg$LjilwDHJxdLFWxHy7zVyTo+byiihEfg0GWN07iENOYw

$ uname -a
Linux ras 5.10.63-v8+ #1459 SMP PREEMPT Wed Oct 6 16:42:49 BST 2021 aarch64 GNU/Linux

$ apt list argon2
Listing... Done
argon2/stable,now 020171227-0.2 arm64 [installed]
argon2/stable 0
20171227-0.2 armhf

Compiling from sources makes no difference.

from phc-winner-argon2.

ufukty avatar ufukty commented on July 28, 2024

echo command appends a newline character at the end of string. Try with echo -n to disable that behaviour.

from phc-winner-argon2.

ufukty avatar ufukty commented on July 28, 2024

Bash:

$ echo -n "123456789012345678901234567890" | argon2 "salzwasser" -i -t 3 -m 12 -p 1

Website:

Parallelism factor:1
Memory cost: 4096
Iterations: 3
Hash length: 32

Output is same:

$argon2i$v=19$m=4096,t=3,p=1$c2Fsendhc3Nlcg$VFoCUnJ9BRisFg0SLR2tBPoijHBvkNYL9WGlwPWstS0

from phc-winner-argon2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.