|
6 | 6 | [](https://python.org) |
7 | 7 | [](https://opensource.org/licenses/MIT) |
8 | 8 | [](https://github.com/SpyrosLefkaditis/fibrohash) |
9 | | -[](https://joss.theoj.org/) |
| 9 | +[](https://arxiv.org) |
10 | 10 |
|
11 | 11 | 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. |
12 | 12 |
|
@@ -409,8 +409,8 @@ fibrohash/ |
409 | 409 | ├── security_utils.py # Security analysis and validation |
410 | 410 | ├── test.py # Comprehensive test suite |
411 | 411 | ├── setup.py # Package configuration |
412 | | -├── paper.md # JOSS research paper |
413 | | -├── paper.bib # Bibliography |
| 412 | +├── main.tex # arXiv research paper (LaTeX) |
| 413 | +├── references.bib # Bibliography for arXiv submission |
414 | 414 | ├── CONTRIBUTING.md # Contribution guidelines |
415 | 415 | ├── docs/ # Documentation directory |
416 | 416 | ├── .github/workflows/ # CI/CD configuration |
@@ -441,15 +441,19 @@ python3 -m pytest # Unit tests (when available) |
441 | 441 | If you use FibroHash in your research, please cite: |
442 | 442 |
|
443 | 443 | ```bibtex |
444 | | -@article{lefkaditis2025fibrohash, |
| 444 | +@misc{lefkaditis2025fibrohash, |
445 | 445 | title={FibroHash: A Cryptographically Secure Password Generation Framework for System Administration}, |
446 | 446 | author={Lefkaditis, Spyros}, |
447 | | - journal={Journal of Open Source Software}, |
448 | 447 | year={2025}, |
449 | | - note={Under review} |
| 448 | + eprint={arXiv:XXXX.XXXXX}, |
| 449 | + archivePrefix={arXiv}, |
| 450 | + primaryClass={cs.CR}, |
| 451 | + note={Submitted to arXiv} |
450 | 452 | } |
451 | 453 | ``` |
452 | 454 |
|
| 455 | +*Note: arXiv ID will be updated upon publication* |
| 456 | + |
453 | 457 | ## License |
454 | 458 |
|
455 | 459 | This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. |
|
0 commit comments