• 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
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

[Spring Security] SHA-512 , UserDetailService, User - authentication not working

 
Ranch Hand
Posts: 1374
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator






Initially I was using SHA-1 + base64 but now I am switched to SHA-512 and NO base64. SHA-512 returns byte[], so my question is Spring's User class constructor is designed to accept ONLY string as password and that is why I can not make user authentication working. The password in DB is stored as blob. DB is MySQL.

Cross Post
reply
    Bookmark Topic Watch Topic
  • New Topic