|
6 | 6 | [](https://python.org) |
7 | 7 | [](https://opensource.org/licenses/MIT) |
8 | 8 | [](https://github.com/SpyrosLefkaditis/fibrohash) |
9 | | -[](https://zenodo.org) |
| 9 | +[](https://doi.org/10.5281/zenodo.17546159) |
| 10 | +[](https://explore.openaire.eu/) |
10 | 11 |
|
11 | | -> **π Research Paper**: This work is published as an academic paper on Zenodo with full technical methodology and cryptographic analysis. See `main.pdf` for the complete research documentation. |
| 12 | +> **π Published Research**: This work is published as an academic paper on Zenodo with DOI [10.5281/zenodo.17546159](https://doi.org/10.5281/zenodo.17546159). The paper presents complete technical methodology, cryptographic analysis, and reproducible implementation details. See `main.pdf` for the full research documentation. |
12 | 13 |
|
13 | 14 | FibroHash is a research-focused, cryptographically secure password generation framework designed for system administrators and security professionals. It implements a novel multi-layered cryptographic approach combining PBKDF2 key derivation, HMAC-based entropy generation, and mathematical sequence algorithms to produce passwords with guaranteed entropy levels exceeding 190 bits. |
14 | 15 |
|
@@ -459,7 +460,23 @@ If you use FibroHash in your research, please cite: |
459 | 460 | } |
460 | 461 | ``` |
461 | 462 |
|
462 | | -*Note: Zenodo DOI will be updated upon publication* |
| 463 | +## Citation |
| 464 | + |
| 465 | +If you use FibroHash in your research, please cite our published paper: |
| 466 | + |
| 467 | +```bibtex |
| 468 | +@misc{lefkaditis2025fibrohash, |
| 469 | + title={FibroHash: A Cryptographically Secure Password Generation Framework for System Administration}, |
| 470 | + author={Lefkaditis, Spyros}, |
| 471 | + year={2025}, |
| 472 | + publisher={Zenodo}, |
| 473 | + doi={10.5281/zenodo.17546159}, |
| 474 | + url={https://doi.org/10.5281/zenodo.17546159} |
| 475 | +} |
| 476 | +``` |
| 477 | + |
| 478 | +**APA Style:** |
| 479 | +Lefkaditis, S. (2025). *FibroHash: A Cryptographically Secure Password Generation Framework for System Administration* (Version 1.0). Zenodo. https://doi.org/10.5281/zenodo.17546159 |
463 | 480 |
|
464 | 481 | ## License |
465 | 482 |
|
|
0 commit comments