Skip to content

Commit 28b160c

Browse files
author
Spyros Lefkaditis
committed
Update README.md for arXiv submission
- Replace JOSS badge with arXiv submission badge - Update project structure to reflect main.tex and references.bib - Update citation format for arXiv preprint - Remove JOSS references, replace with arXiv preparation
1 parent 5175a33 commit 28b160c

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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-
[![JOSS Status](https://img.shields.io/badge/JOSS-under%20review-orange.svg)](https://joss.theoj.org/)
9+
[![arXiv](https://img.shields.io/badge/arXiv-submitted-red.svg)](https://arxiv.org)
1010

1111
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.
1212

@@ -409,8 +409,8 @@ fibrohash/
409409
├── security_utils.py # Security analysis and validation
410410
├── test.py # Comprehensive test suite
411411
├── 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
414414
├── CONTRIBUTING.md # Contribution guidelines
415415
├── docs/ # Documentation directory
416416
├── .github/workflows/ # CI/CD configuration
@@ -441,15 +441,19 @@ python3 -m pytest # Unit tests (when available)
441441
If you use FibroHash in your research, please cite:
442442

443443
```bibtex
444-
@article{lefkaditis2025fibrohash,
444+
@misc{lefkaditis2025fibrohash,
445445
title={FibroHash: A Cryptographically Secure Password Generation Framework for System Administration},
446446
author={Lefkaditis, Spyros},
447-
journal={Journal of Open Source Software},
448447
year={2025},
449-
note={Under review}
448+
eprint={arXiv:XXXX.XXXXX},
449+
archivePrefix={arXiv},
450+
primaryClass={cs.CR},
451+
note={Submitted to arXiv}
450452
}
451453
```
452454

455+
*Note: arXiv ID will be updated upon publication*
456+
453457
## License
454458

455459
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)