My aim is to replicate Parallels Plesk's user credentials and use them in other application. Is it possible to check the password against those encrypted ones using Python? The password strings look pretty much like this..
$AES-128-CBC$gYaHmLSudopaSnqLhlNpwg==$4ONXDulV7Kp2vS2eelcKijQv3WEhALAOdfsKECiQ5E=
This string is fake, of course.
My aim is to periodically replicate the credentials from database to another, then use them in other applications.
So, how can I check the credentials using for example Python?
-j
$AES-128-CBC$gYaHmLSudopaSnqLhlNpwg==$4ONXDulV7Kp2vS2eelcKijQv3WEhALAOdfsKECiQ5E=
This string is fake, of course.
My aim is to periodically replicate the credentials from database to another, then use them in other applications.
So, how can I check the credentials using for example Python?
-j