https://github.com/bearddan2000/scala-web-sbt-play-secure-des-encryption-scrypt-encode
A call to playframework web
https://github.com/bearddan2000/scala-web-sbt-play-secure-des-encryption-scrypt-encode
des encode encryption play sbt scala scrypt 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-des-encryption-scrypt-encode
- Owner: bearddan2000
- Created: 2022-05-07T18:56:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-07T18:56:41.000Z (about 4 years ago)
- Last Synced: 2025-01-29T16:43:00.221Z (over 1 year ago)
- Topics: des, encode, encryption, play, sbt, scala, scrypt, secure, web
- Language: Scala
- Homepage: https://github.com/bearddan2000/scala-web-sbt-play-secure-des-encryption-scrypt-encode
- Size: 9.77 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-des-encryption-scrypt-encode
## Description
A call to playframework web
with simple login forms scrypt hash
with des encryption.
## Tech stack
- scala
- sbt
- play
- des
- scrypt
## 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)