Skip to content

issues Search Results · repo:matthewhartstonge/argon2 language:Go

Filter by

5 results
 (56 ms)

5 results

inmatthewhartstonge/argon2 (press backspace or delete to remove)

I m aware that generation of argon2d hashes is not supported by this library (nor the underlying golang.org/x/crypto package). However, the argon2.VerifyEncoded method suggests that it should be possible ...
bug
wontfix
  • mpontes
  • 5
  • Opened 
    on Feb 21
  • #80

Hi, We ve been reviewing your implementation and it looks great. However, we have a question about the version definitions: Version10 = 0x10 Version13 = 0x13 These hexadecimal values translate to decimal ...
question
  • ChielTimmermans
  • 2
  • Opened 
    on Feb 6
  • #74

To enable downloaded binaries to work on macOS they need to be signed and notarised. Make it so. Docs: - https://goreleaser.com/customization/binary_sign/ - https://goreleaser.com/customization/notarize/ ...
enhancement
github_actions
  • matthewhartstonge
  • 1
  • Opened 
    on Dec 22, 2024
  • #68

Hello, thankyou for awesome library, could you add a CLI program too in this library? Which can be optionally installing with go install https://github.com/matthewhartstonge/argon2/cmd/argon2@latest
enhancement
  • afifurrohman-id
  • 5
  • Opened 
    on Dec 16, 2024
  • #64

// NOTE The following can be shortened by writing for instance: // // ok, err := cfg.VerifyEncoded(password, encoded) // replace ok, err := argon2.VerifyEncoded(password, encoded) The method VerifyEncoded ...
bug
  • deadraid
  • 1
  • Opened 
    on Oct 18, 2019
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub