Skip to content

Commit d395bb3

Browse files
author
Spyros Lefkaditis
committed
πŸŽ‰ Add Official DOI and Publication Information
βœ… Updated README with official Zenodo DOI: 10.5281/zenodo.17546159 βœ… Added OpenAIRE indexing badge (research credibility indicator) βœ… Included proper academic citation formats (BibTeX + APA) βœ… Enhanced publication information with direct DOI link Repository now reflects published research status!
1 parent a4756fd commit d395bb3

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +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://img.shields.io/badge/DOI-pending-orange.svg)](https://zenodo.org)
9+
[![Zenodo DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17546159.svg)](https://doi.org/10.5281/zenodo.17546159)
10+
[![OpenAIRE](https://img.shields.io/badge/OpenAIRE-indexed-blue.svg)](https://explore.openaire.eu/)
1011

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.
1213
1314
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.
1415

@@ -459,7 +460,23 @@ If you use FibroHash in your research, please cite:
459460
}
460461
```
461462

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
463480

464481
## License
465482

0 commit comments

Comments
Β (0)