How to create procedure a to decrypt a password reverse ASCII code multiple location char and concatenation with ASCII
example password: 123 encrypted to: 49491005015351
It's encrypted like this:
v := v || ASCII(substr(u_pass,i,1)) * instr(u_pass,substr(u_pass,i,1))