Commit Graph

13 Commits

Author SHA1 Message Date
w0rng c607a96743 Merge remote-tracking branch 'refs/remotes/wg/master'
# Conflicts:
#	.github/CODEOWNERS
#	How_to_generate_an_bcrypt_hash.md
#	README.md
#	docker-compose.dev.yml
#	docker-compose.yml
2024-08-11 15:01:58 +07:00
Philip H. b18f919419
fixup How_to_generate_an_bcrypt_hash.md
Password hash has to be in single quotes
2024-08-10 10:34:46 +02:00
Jouy Durao aea653a071
Update How_to_generate_an_bcrypt_hash.md
explain about double $ on password
2024-08-09 18:40:39 -03:00
kikawala 4ffa6b37de
Spelling in How_to_generate_an_bcrypt_hash.md 2024-07-31 17:10:25 -05:00
w0rng 06cbfc4292 update readme 2024-07-25 11:43:30 +07:00
tetuaoro b46018efd8 fix: buttons on mobile 2024-07-22 12:44:53 +02:00
Philip H 5a075683c4
fix typo: How_to_generate_an_bcrypt_hash.md 2024-07-15 15:20:15 +02:00
tetuaoro 53dad56bb6 some corrections 2024-07-14 18:33:11 +02:00
Stevie Galluscio 438fc7ccf9 Fix bcrypt hash one-liner 2024-07-08 10:39:29 +02:00
Philip H a2c758dbcb
How_to_generate_an_bcrypt_hash.md: macos homebrew 2024-07-07 19:15:57 +02:00
Philip H 378464a424
How_to_generate_an_bcrypt_hash.md: macos guide 2024-07-07 19:13:03 +02:00
Philip H 7ecf7b08b1
fixup: typos 2024-07-05 22:42:38 +02:00
Mathys Lopinto 4d849fc508
Enhance bcrypt doc: rename, add one-liner, usage info, and assert
- Rename the file to a more readable name
- Add one-liner command for quick execution
- Include dedicated paragraph on using the output
- Implement assert to prevent bcrypt limitation issues
- Comment the python script
- Improves clarity and usability of bcrypt documentation
- Mention documentation file in docker-compose.yml and README.me file
2024-06-27 21:00:11 +02:00