https://github.com/salgadobreno/hermes
Hermes was a Java desktop app + reference implementation/library for the protocol of a QR Code based Security Token, developed @ Avixy which they've kindly allowed me to publish.
https://github.com/salgadobreno/hermes
criptography java-cryptography javafx javafx-gui
Last synced: 19 days ago
JSON representation
Hermes was a Java desktop app + reference implementation/library for the protocol of a QR Code based Security Token, developed @ Avixy which they've kindly allowed me to publish.
- Host: GitHub
- URL: https://github.com/salgadobreno/hermes
- Owner: salgadobreno
- Created: 2017-10-29T21:16:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T23:41:40.000Z (3 months ago)
- Last Synced: 2025-03-31T04:38:24.518Z (about 2 months ago)
- Topics: criptography, java-cryptography, javafx, javafx-gui
- Language: Java
- Homepage:
- Size: 8.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGELOG.txt
Awesome Lists containing this project
README
Estrutura:
Fontes -> src/main/java
Testes -> src/test/java
Jar executavel -> target/jfx/app/hermes-qrt-interface-sw-jfx
Jar de API -> target/hermes-qrt-interface-sw-api
Doxygen -> target/doc- Para gerar o jar executável: goal jfx:far do Maven
- Para gerar o jar de API: mvn package -Papi
- Para gerar o Doxygen: goal doxygen:report