Skip to content

simple springboot app with a terribly written alphabet cipher

Notifications You must be signed in to change notification settings

ryancosans/sssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sssh

simple springboot app with a terribly written alphabet cipher

build: docker build -t sssh .

run: docker run -p 8080:8080 sssh:latest

"encrypt": localhost:8080/encrypt?message=yourmessage&secret=yoursecret

"decrypt": http://localhost:8080/decrypt?message=wcoieiujezc&secret=yoursecret

About

simple springboot app with a terribly written alphabet cipher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published