OP 15 January, 2022 - 12:59 AM
(This post was last modified: 15 January, 2022 - 01:31 AM by MarujaGamer09. Edited 1 time in total.)
So this is what it looks like, I parsed the salt ( it got parsed successfully ) and used it as a Var in BCrypt Encoding function and the function didn't work !
it works without salt ( like if I copy the parsed salt and paste it but it doesn't a variable )
PARSE "<SOURCE>" LR "{\"salt\":\"" "\"}" -> VAR "SALTTT"
FUNCTION BCrypt Encode "<SALTTT>" "<pas1>" -> VAR "NEWPASS"
it says ERROR: Invalid Salt Version
anyone can help ? maybe an api for BCrypt Encoding with salt ?
50 +Rep
it works without salt ( like if I copy the parsed salt and paste it but it doesn't a variable )
PARSE "<SOURCE>" LR "{\"salt\":\"" "\"}" -> VAR "SALTTT"
FUNCTION BCrypt Encode "<SALTTT>" "<pas1>" -> VAR "NEWPASS"
it says ERROR: Invalid Salt Version
anyone can help ? maybe an api for BCrypt Encoding with salt ?
- GOALS:
50 +Rep