• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Spring Security Bcrypt encoding Login check

 
Ranch Hand
Posts: 499
Spring AngularJS Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am curious about how spring security works at the back when we use bcrypt encoder. Suppose we have a bcrypt password stored in the table and if we try to login with the correct password it authenticates us. According to this site, every time we encode the same variable, the resulting string changes. Since bcrypt is hashing, we cannot decrypt it. So how does spring compare the password we enter and the password in the table?
 
reply
    Bookmark Topic Watch Topic
  • New Topic