issues
search
technion
/
ruby-argon2
A Ruby gem offering bindings for Argon2 password hashing
MIT License
228
stars
30
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add OWASP recommendations as additional profiles?
#65
nogweii
closed
9 months ago
1
Default argon2.online builds a hash which ruby_argon2 cant verify
#64
womblep
closed
1 year ago
1
Cannot specify memory costs that aren't `2^N`
#63
f3ndot
closed
1 year ago
2
Make default costs RFC 9106's second preferred option; introduce named cost profiles
#62
f3ndot
closed
1 year ago
5
Incorrect initialization checks: `ARGON2_MEMORY_TOO_LITTLE` raised when m_cost < 3
#61
f3ndot
closed
1 year ago
1
Memory cost definition
#60
estebanz01
closed
1 year ago
2
RBS issue - Cannot find type `FFI::Library`
#59
TastyPi
closed
1 year ago
1
Remove extra spaces added in d62ecf8b4
#58
guilleiguaran
closed
1 year ago
1
Expose the default costs used through constants
#57
guilleiguaran
closed
1 year ago
0
Fails to load with Rubygems 3.4
#56
davekaro
closed
1 year ago
36
Create codeql.yml
#55
technion
closed
1 year ago
1
:salt_do_not_supply option renamed
#54
jeremyevans
closed
3 years ago
4
Unable to install latest on master via Bundler
#53
karl-finch
closed
3 years ago
2
Rename salt option to hammer home that you should not use it normally
#52
joshbuker
closed
3 years ago
3
Fix salt reuse vulnerability
#51
joshbuker
closed
3 years ago
5
Demonstrate salt reuse vulnerability using existing API
#50
joshbuker
closed
3 years ago
1
Update Argon2::Password.create to support passing options
#49
joshbuker
closed
3 years ago
0
Update Github Actions to test pull requests
#48
joshbuker
closed
3 years ago
1
Add hash format helpers
#47
joshbuker
closed
3 years ago
0
Github Org for improved SEO
#46
joshbuker
closed
3 years ago
2
legacy.rb test unused and in broken state
#45
joshbuker
closed
3 years ago
2
Refactor Argon2::Password
#44
joshbuker
closed
3 years ago
11
Error when attempting to use fork
#43
joshbuker
closed
3 years ago
12
Allow providing parallelism cost parameter
#42
stouset
closed
3 years ago
4
RubyGems and Github naming mismatch
#41
mensfeld
closed
3 years ago
2
Update deps
#40
technion
closed
3 years ago
0
Migrate GitHub actions
#39
technion
closed
3 years ago
0
Incompatible with other versions of Argon2
#38
kingsleyh
closed
3 years ago
1
Update Rubocop configuration
#37
tenshiAMD
closed
4 years ago
2
Rubocop issues
#36
tenshiAMD
closed
4 years ago
2
Required Ruby Version unclear based on gemspec
#35
tenshiAMD
closed
4 years ago
4
Fix miscellaneous typographical errors in README.md
#34
bobf
closed
4 years ago
2
Unsigned RubyGem
#33
Aupajo
closed
3 years ago
3
Gem fails to build under FreeBSD 12.0
#32
astounding
closed
5 years ago
8
Adds support for Windows
#31
ankane
closed
5 years ago
8
Fixtravis
#30
technion
closed
5 years ago
3
Added support for argon2d hash verification
#29
JoeDupuis
closed
5 years ago
5
Relax version dependency of ffi-compiler
#28
shyouhei
closed
5 years ago
4
Argon2::Password.valid_hash? to support different hashings
#27
pacoguzman
closed
5 years ago
5
Added support for hash_argon2id
#26
ankane
closed
5 years ago
3
Added support for configurable output length
#25
ankane
closed
5 years ago
3
Argon2id binding
#24
midnight-wonderer
closed
5 years ago
17
Argon2::Password.create giving inconsistent results.
#23
jisaacks
closed
6 years ago
2
Insert Ruby 2.5 check with Travis
#22
technion
closed
6 years ago
1
Possible to remove hard-coded upper limit on t_cost?
#21
dgpokl
closed
7 years ago
4
No way to verify Argon2 1.0 hashes
#20
lluchs
closed
7 years ago
6
Minimum costs
#19
bdewater
closed
7 years ago
4
Added SmartOS / Solaris support.
#18
siepkes
closed
7 years ago
1
Ship a new version?
#17
siepkes
closed
7 years ago
2
Ensure that input to 'create' is a string.
#16
stomar
closed
7 years ago
2
Next