Skip to content

Commit b2436dd

Browse files
committed
Updated description
1 parent 5f10772 commit b2436dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Using [Mozilla Firefox](https://www.mozilla.org) as browser is strongly recommen
1717
Access control demo project utilizing [Spring Security](http://projects.spring.io/spring-security) in a Spring Boot application. Shows how to safely load user data from a database without using potentially faked frontend values. After launching, open the web application in your browser at **http://localhost:8080**.
1818

1919
##crypto-spring
20-
Crypto demo project using [Jasypt](http://www.jasypt.org) to secure [Spring](http://spring.io) configuration (property) files. Requires a system property **APP_ENCRYPTION_PASSWORD** with the value **spring-jasypt** present on startup (set automatically by the Tomcat7 Maven plugin). After launching, open the web application in your browser at **http://localhost:8080/crypto-spring**.
20+
Crypto demo project based on Spring Boot using [Jasypt](http://www.jasypt.org) and [jasypt-spring-boot](https://github.com/ulisesbocchio/jasypt-spring-boot) to secure [Spring](http://spring.io) configuration (property) files. Requires a system property (environment variable) **jasypt.encryptor.password** with the value **spring-jasypt** present on startup. After launching, open the web application in your browser at **http://localhost:8080**.
2121

2222
##csp-spring-security
2323
Spring Boot based web application using a Content Security Policy (CSP) header. After launching, open the web application in your browser at **http://localhost:8080**.

0 commit comments

Comments
 (0)