You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Using [Mozilla Firefox](https://www.mozilla.org) as browser is strongly recommen
17
17
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**.
18
18
19
19
##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**.
21
21
22
22
##csp-spring-security
23
23
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