Subject | Re: [firebird-support] Customising Security database 1 |
---|---|
Author | Adomas Urbanavicius |
Post date | 2004-12-14T11:04:18Z |
Alan McDonald wrote:
dont know where is security.fdb. I am logged in as sysdba. How can I
exctract my pwd insql SP ?
>How to do it ? , I will repeat : I am logged in remotely, via alias,
>
>>My concern is : to get my pwd : GET_MYPWD(CURRENT_USER) .
>>Is it possible ?
>>
>>Adomas
>>
>>
>
>there is nothing stopping you from getting the encrypted password back from
>the security database.
>
>
dont know where is security.fdb. I am logged in as sysdba. How can I
exctract my pwd insql SP ?
>You will need to decrypt it.IF (DBPWD = ENCRYPT(MYPWD)) THEN .....
>Brute force? or as you suggest encrypt your known password and check for a
>match.
>
>
>Alan
>
>
>