Skip to content

Commit 3b20883

Browse files
author
Spyros Lefkaditis
committed
Prepare for Zenodo publication
- Add publication-ready main.pdf with DOIs - Update LaTeX to include DOI package - Update README for Zenodo publication format - Repository cleanup: remove unnecessary files - Ready for academic publication
1 parent 28b160c commit 3b20883

File tree

13 files changed

+9
-809
lines changed

13 files changed

+9
-809
lines changed

CHANGELOG.md

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

CONTRIBUTING.md

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

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
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-
[![arXiv](https://img.shields.io/badge/arXiv-submitted-red.svg)](https://arxiv.org)
9+
[![Zenodo DOI](https://img.shields.io/badge/DOI-pending-orange.svg)](https://zenodo.org)
10+
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.
1012
1113
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.
1214

@@ -445,14 +447,13 @@ If you use FibroHash in your research, please cite:
445447
title={FibroHash: A Cryptographically Secure Password Generation Framework for System Administration},
446448
author={Lefkaditis, Spyros},
447449
year={2025},
448-
eprint={arXiv:XXXX.XXXXX},
449-
archivePrefix={arXiv},
450-
primaryClass={cs.CR},
451-
note={Submitted to arXiv}
450+
publisher={Zenodo},
451+
doi={10.5281/zenodo.XXXXXX},
452+
note={Published on Zenodo}
452453
}
453454
```
454455

455-
*Note: arXiv ID will be updated upon publication*
456+
*Note: Zenodo DOI will be updated upon publication*
456457

457458
## License
458459

docs/README.md

Lines changed: 0 additions & 38 deletions
This file was deleted.
-40.8 KB
Binary file not shown.

fibrohash_config.json

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

0 commit comments

Comments
 (0)