|
6 | 6 | [](https://python.org) |
7 | 7 | [](https://opensource.org/licenses/MIT) |
8 | 8 | [](https://github.com/SpyrosLefkaditis/fibrohash) |
9 | | -[](https://doi.org/10.5281/zenodo.17546159) |
| 9 | +[](https://doi.org/10.5281/zenodo.17560415) |
10 | 10 | [](https://explore.openaire.eu/) |
11 | 11 |
|
12 | | -> **📄 Published Documentation**: This work is published on Zenodo with DOI [10.5281/zenodo.17546159](https://doi.org/10.5281/zenodo.17546159). The documentation presents complete technical methodology, cryptographic analysis, and implementation details for educational purposes. See `main.pdf` for the full technical documentation. |
| 12 | +> **📄 Published Documentation**: This work is published on Zenodo with DOI [10.5281/zenodo.17560415](https://doi.org/10.5281/zenodo.17560415). The documentation presents complete technical methodology, cryptographic analysis, and implementation details for educational purposes. See `main.pdf` for the full technical documentation. |
13 | 13 |
|
14 | 14 | FibroHash is a comprehensive, cryptographically secure password generation framework designed for system administrators, security professionals, and educational use. It implements industry-standard cryptographic techniques including PBKDF2 key derivation and multi-round entropy generation using Python's `secrets` module, enhanced with built-in security analysis and compliance validation tools. The framework produces secure, non-reproducible passwords with measured entropy levels of 150+ bits for 32-character passwords. |
15 | 15 |
|
@@ -500,13 +500,13 @@ If you use FibroHash in your work or research, please cite our published documen |
500 | 500 | author={Lefkaditis, Spyros}, |
501 | 501 | year={2025}, |
502 | 502 | publisher={Zenodo}, |
503 | | - doi={10.5281/zenodo.17546159}, |
504 | | - url={https://doi.org/10.5281/zenodo.17546159} |
| 503 | + doi={10.5281/zenodo.17560415}, |
| 504 | + url={https://doi.org/10.5281/zenodo.17560415} |
505 | 505 | } |
506 | 506 | ``` |
507 | 507 |
|
508 | 508 | **APA Style:** |
509 | | -Lefkaditis, S. (2025). *FibroHash: A Cryptographically Secure Password Generation Framework for System Administration* (Version 1.0). Zenodo. https://doi.org/10.5281/zenodo.17546159 |
| 509 | +Lefkaditis, S. (2025). *FibroHash: A Cryptographically Secure Password Generation Framework for System Administration* (Version 2.0). Zenodo. https://doi.org/10.5281/zenodo.17560415 |
510 | 510 |
|
511 | 511 | ## License |
512 | 512 |
|
|
0 commit comments