Add Support for Password Encoding to Spring CLI
See original GitHub issueSpring Boot provides the ability to externalize a user’s password using Spring Environment. However, the user does not have an easy way to encode the password to keep it secure.
It would be nice if the Spring CLI provided a command for encoding a password. This would require a dependency on spring-security-crypto which only has a dependency on spring-jcl and an optional dependency on org.bouncycastle:bcpkix-jdk15on
Issue Analytics
- State:
- Created 6 years ago
- Comments:15 (15 by maintainers)
Top Results From Across the Web
How to use the Spring Boot CLI to Encode Passwords
In this tutorial, you will learn about a utility that ships in the Spring Boot CLI for encoding your passwords. We will create...
Read more >Spring Boot Cloud CLI
Encryption and Decryption ... The Spring Cloud CLI comes with an "encrypt" and a "decrypt" command. Both accept arguments in the same form...
Read more >Custom Password Encoder in Spring Security
In this tutorial, you will learn how to create a custom password encoder in a Spring Boot application that uses Spring Security.
Read more >Password encoding in spring security
Spring Security provides password encoding feature using the PasswordEncoder interface. It's a one way transformation, means you can only encode ...
Read more >How to Use the Spring Boot CLI to Encode Passwords - Morioh
In this tutorial, you will learn about a utility that ships in the Spring Boot CLI for encoding your passwords. We will create...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Ahh my mistake. For some reason I thought that
DelegatingPasswordEncoder.encodedidn’t add the prefix.Flagging for team attention in case anyone feels strongly that adding to the CLI would be an issue.