Skip to content

Commit d7bf0c9

Browse files
author
Spyros Lefkaditis
committed
Update to Zenodo v2.0 DOI and cleanup
- Updated DOI to new v2.0: 10.5281/zenodo.17560415 - Updated README citations to reflect Version 2.0 - Updated PDF date to November 8, 2025 - Cleaned up unnecessary LaTeX auxiliary files (.aux, .log, .out, .bbl, .txt) - All documentation now references correct v2.0 publication Ready for v2.0 publication with accurate entropy measurements and honest security assessments.
1 parent 0d963d9 commit d7bf0c9

File tree

4 files changed

+6
-30
lines changed

4 files changed

+6
-30
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
[![Python Version](https://img.shields.io/badge/python-3.7%2B-blue.svg)](https://python.org)
77
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
88
[![Security Audit](https://img.shields.io/badge/security-audited-green.svg)](https://github.com/SpyrosLefkaditis/fibrohash)
9-
[![Zenodo DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17546159.svg)](https://doi.org/10.5281/zenodo.17546159)
9+
[![Zenodo DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17560415.svg)](https://doi.org/10.5281/zenodo.17560415)
1010
[![OpenAIRE](https://img.shields.io/badge/OpenAIRE-indexed-blue.svg)](https://explore.openaire.eu/)
1111

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.
1313
1414
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.
1515

@@ -500,13 +500,13 @@ If you use FibroHash in your work or research, please cite our published documen
500500
author={Lefkaditis, Spyros},
501501
year={2025},
502502
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}
505505
}
506506
```
507507

508508
**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
510510

511511
## License
512512

main.bbl

Lines changed: 0 additions & 24 deletions
This file was deleted.

main.pdf

-642 Bytes
Binary file not shown.

main.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
\author{Spyros Lefkaditis\\
2828
Independent Researcher\\
2929
ORCID: 0009-0000-8432-4667}
30-
\date{November 6, 2025}
30+
\date{November 8, 2025}
3131

3232
\begin{document}
3333

0 commit comments

Comments
 (0)