Subject RE: [firebird-support] Password Encryption?
Author Alan McDonald
> Hi All,
>
> How do you encrypt/decrypt the Users->PassWd field in the
> Security.Fdb? I need to be able to change the SYSDBA password and
> add a user programmatically.
>
> Thanks,
> Steve

There's a fairly standard UDF for encrypting - F_IBPASSWORD.
There are also some good IBO components to manage users and passwords
comprehensively. Users can manage themselves.
There are also some good security table hacks around to allow users to
change their own passwords.
I've never had an need to decrypt but the encrypt method is basic.
Alan