https://github.com/bearddan2000/scala-web-sbt-play-secure-rsa-encryption-bcrypt-encode
A call to playframework web
https://github.com/bearddan2000/scala-web-sbt-play-secure-rsa-encryption-bcrypt-encode
bcrypt compression encode encryption gzip play rsa sbt scala secure web
Last synced: over 1 year ago
JSON representation
A call to playframework web
- Host: GitHub
- URL: https://github.com/bearddan2000/scala-web-sbt-play-secure-rsa-encryption-bcrypt-encode
- Owner: bearddan2000
- Created: 2022-05-07T18:56:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-07T18:56:51.000Z (about 4 years ago)
- Last Synced: 2025-01-29T16:43:00.127Z (over 1 year ago)
- Topics: bcrypt, compression, encode, encryption, gzip, play, rsa, sbt, scala, secure, web
- Language: Scala
- Homepage: https://github.com/bearddan2000/scala-web-sbt-play-secure-rsa-encryption-bcrypt-encode
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scala-web-sbt-play-secure-rsa-encryption-bcrypt-encode
## Description
A call to playframework web
with simple login forms bcrypt hash
with rsa encryption.
## Tech stack
- scala
- sbt
- play
- rsa
- gzip compression
- bcrypt
## Docker stack
- hseeberger/scala-sbt:11.0.2-oraclelinux7_1.3.5_2.12.10
## To run
`sudo ./install.sh -u`
http://localhost
- username: user
- password: pass
## To stop (optional)
`sudo ./install.sh -d`
## For help
`sudo ./install.sh -h`
## Credit
- [Code based on](https://github.com/alvinj/PlayFrameworkLoginAuthenticationExample.git)