Skip to content

Simple Springboot 2 project developed in Kotlin that exposes a set of encryption/decryption APIs.

Notifications You must be signed in to change notification settings

antjori/devhub-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devhub-kotlin

Simple Spring Boot 2 based application that exposes a service, developed in Kotlin, allowing the encryption of data using Galois/Counter Mode (GCM).

API

Swagger UI: http://localhost:8081/encryption/swagger-ui/index.html

Run the application

  • Debug mode:
./mvnw spring-boot:run -Dspring-boot.run.jvmArguments="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"

About

Simple Springboot 2 project developed in Kotlin that exposes a set of encryption/decryption APIs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages