question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add Support for Password Encoding to Spring CLI

See original GitHub issue

Spring 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:closed
  • Created 6 years ago
  • Comments:15 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
philwebbcommented, Feb 2, 2018

Ahh my mistake. For some reason I thought that DelegatingPasswordEncoder.encode didn’t add the prefix.

1reaction
philwebbcommented, Jan 31, 2018

Flagging for team attention in case anyone feels strongly that adding to the CLI would be an issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found