issues
search
cdepillabout
/
password
datatypes and functions for easily working with passwords in Haskell
http://hackage.haskell.org/package/password
55
stars
16
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Make scrypt test dep optional and not required on darwin
#85
cdepillabout
closed
3 days ago
2
password: depend on scrypt only iff scrypt flag is enabled
#84
sternenseemann
closed
5 days ago
5
Add documentation about the `password-cli` executable
#83
Vlix
opened
3 weeks ago
1
chore: add golden tests (#75)
#82
blackheaven
closed
3 weeks ago
3
Moving over to `crypton` backend
#81
Vlix
closed
3 weeks ago
3
password: small tweak to 'Bcrypt.extractParams'
#80
Vlix
closed
4 months ago
0
Crypton version bump
#79
Vlix
closed
5 months ago
2
`crypton` now at version `1.0.0`
#78
Vlix
closed
3 weeks ago
2
No type to convert Text back to PasswordHash Bcrypt, which is a required type parameter in the Data.Password.Bcrypt (checkPassword)
#77
ruile
closed
6 months ago
3
RFC 8018 support
#76
ysangkok
closed
8 months ago
6
Regression tests / Golden tests for password hashes
#75
Vlix
closed
3 weeks ago
1
Adjusting for base64 1.0
#74
Vlix
closed
9 months ago
2
Adjust `password` to also build with `base64-1.0`
#73
Vlix
closed
9 months ago
2
Extra tweaks to CLI
#72
Vlix
closed
10 months ago
6
dropped active support for GHC 8.6.5, and added GHC 9.6.3 to the CI
#71
Vlix
closed
1 year ago
0
Introduce CLI (#14)
#70
blackheaven
closed
1 year ago
6
Bcrypt documentation addition
#69
Vlix
closed
1 year ago
0
password.cabal: bumped bytestring dependency to < 0.13
#68
Vlix
closed
1 year ago
1
Hackage notice: `bytestring-0.12.0.1`
#67
Vlix
closed
1 year ago
2
Small tweak to `Data.Password.Bcrypt.extractParams`
#66
Vlix
closed
4 months ago
0
Be able to turn off instances in `password-instances`
#65
Vlix
opened
1 year ago
7
Updating package constraints and CI
#64
Vlix
closed
1 year ago
0
Control exposing hashing algorithms using Cabal flags
#63
ivanbakel
closed
1 year ago
7
Extra tests
#62
Vlix
closed
2 years ago
3
Add extractParams for Argon2, PBKDF2, and Scrypt
#61
blackheaven
closed
2 years ago
18
Support ByteString v0.11
#60
prikhi
closed
2 years ago
2
How long is a `PasswordHash Bcrypt`? Could use documentation
#59
sullyj3
closed
1 year ago
2
bytestring deps constraint can also be bumped
#58
Vlix
closed
2 years ago
4
Bump bounds for cryptonite and memory
#57
cdepillabout
closed
2 years ago
4
Argon2 v10 fix
#56
Vlix
closed
2 years ago
3
Parameter extraction functions
#55
Vlix
closed
2 years ago
7
Argon2 v1.0 hashes might not include "v=16" parameter
#54
Vlix
closed
2 years ago
0
Run docspec in CI
#53
tchoutri
closed
2 years ago
1
Dropping `cabal-doctest`
#52
tchoutri
opened
3 years ago
5
badges: travis -> github
#51
mgttlinger
closed
3 years ago
2
tested to build with GHC 9.0.1
#50
Vlix
closed
2 years ago
4
bump dependency versions of cryptonite and memory
#49
cdepillabout
closed
3 years ago
2
`ToJSON` instance for `Password` needed for client-side haskell/reflex
#48
rubenmoor
closed
3 years ago
5
change CI badges from Travis CI to GitHub Actions
#47
cdepillabout
closed
3 years ago
0
Move CI action to haskell/actions
#46
Vlix
closed
3 years ago
0
Argon2 fix
#45
Vlix
closed
3 years ago
3
github actions to build using GHC 8.10.4
#44
Vlix
closed
3 years ago
5
password-instances: switched to " decodeUtf8' "
#43
Vlix
closed
3 years ago
4
Argon2 output does not conform to the specs
#42
jdoe0000000
closed
3 years ago
3
Test on GHC 8.2.2 again
#41
Vlix
closed
2 years ago
2
Split out Password(Hash) to 'password-types'
#40
Vlix
closed
3 years ago
5
Added more documentation information
#39
Vlix
closed
3 years ago
0
Validation documentation update
#38
Vlix
closed
3 years ago
3
Use the NIST publication for better password validation
#37
Vlix
opened
3 years ago
2
fixed minor documentation oopsies and added to the ChangeLog
#36
Vlix
closed
3 years ago
0
Next