Is it possible using Spring Security or other library decode encoded password by BCryptPasswordEncoder?
BCryptPasswordEncoder works on one way hashing principle that can be only used for encoding, there is no way to decode the password encoded by BCryptPasswordEncoder.
You can only match the encoded password with the raw password.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With