This website requires JavaScript.
Explore
Help
Sign In
pegasus
/
anope
Watch
1
Star
0
Fork
0
You've already forked anope
mirror of
https://github.com/anope/anope.git
synced
2026-06-12 19:14:47 +02:00
Code
Activity
Files
78b548628ca29e5f47c201fbadfcca1c81ad3133
anope
/
modules
/
encryption
T
History
Sadie Powell
78b548628c
Add example code for how to validate SHA2 passwords in PHP.
2024-12-15 13:23:31 +00:00
..
enc_bcrypt.cpp
Fix an inverted condition in enc_bcrypt.
2024-03-12 00:17:49 +00:00
enc_md5.cpp
Ensure that verify-only encryption modules can never encrypt passwords.
2024-03-10 20:46:03 +00:00
enc_none.cpp
Ensure that verify-only encryption modules can never encrypt passwords.
2024-03-10 20:46:03 +00:00
enc_old.cpp
Ensure that verify-only encryption modules can never encrypt passwords.
2024-03-10 20:46:03 +00:00
enc_sha1.cpp
Ensure that verify-only encryption modules can never encrypt passwords.
2024-03-10 20:46:03 +00:00
enc_sha2.cpp
Add example code for how to validate SHA2 passwords in PHP.
2024-12-15 13:23:31 +00:00
enc_sha256.cpp
Fix comparing passwords in enc_sha256.
2024-03-11 21:07:39 +00:00