Skip to content

Mysql Password - PWDENCRYPT PWDCOMPARE java source

Notifications You must be signed in to change notification settings

canweed/MssqlPassword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MssqlPassword for java

  • Mssql PWDENCRYPT PWDCOMPARE java version
  • no dependencies
  • free licenses
  • jdk 1.8+

Usage

// encoding
String endPw = MssqlPassword.pwdEncrypt("abcd");

// compare
boolean succ = MssqlPassword.pwdCompare("abcd", "0x0200638B956A888EB630D0BC549CEDAE920663F02B2E8DF7F10C1D5A5847651188367D77D0F72BC65FFBD4DF24D51EE57F77C5EFC1C69790F92D65CC599F6486A39521C5B7AA");

About

Mysql Password - PWDENCRYPT PWDCOMPARE java source

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages