https://github.com/adorsys/secure-banking
https://github.com/adorsys/secure-banking
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/adorsys/secure-banking
- Owner: adorsys
- License: apache-2.0
- Created: 2016-12-07T12:05:42.000Z (almost 9 years ago)
- Default Branch: develop
- Last Pushed: 2022-11-16T07:47:57.000Z (almost 3 years ago)
- Last Synced: 2024-11-08T13:33:04.949Z (11 months ago)
- Language: Java
- Size: 3.12 MB
- Stars: 2
- Watchers: 13
- Forks: 2
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Secure Credential Management
[](https://travis-ci.org/adorsys/secure-banking)
This project deals with all issues surrounding the secure management of credentials in web based application environments.
Our principal intention is to make a thourough analisys of the architecture of common web based application, address weaknesses that can lead to the leakage of credentials and work on components that can be reused to reduce the vulnerability of to applications.
## Setup
With docker installed it is easy.
Just run...```bash
docker run -it -v $PWD:/usr/src/app -p 8090:8080 adorsys/openjdk-build-base /usr/src/app/scripts/runxs2a.sh
```This might take some time. If everything is fine you find your documented API [here](http://localhost:8090/swagger-ui/?url=http://localhost:8090/swagger.json)