An open API service indexing awesome lists of open source software.

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.

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