Subject | RES: [firebird-support] Re: Encryption in firebird - Help |
---|---|
Author | Carlos Arguilar |
Post date | 2004-12-21T13:03:17Z |
At first, grateful all!
I need a reversible routine. I have a table that stores a name (special
user) and a password. This user is responsible sets free several special
resources in my database app. I would like in a trigger, for instance, I
can encrypt the password. Then, I would want decrypt.
Howsoever, the answers are way. Thanks all.
Best regards,
Carlos Arguilar
-----Mensagem original-----
De: Adam [mailto:s3057043@...]
Enviada em: terça-feira, 21 de dezembro de 2004 10:20
Para: firebird-support@yahoogroups.com
Assunto: [firebird-support] Re: Encryption in firebird - Help
What are you trying to protect? If you are just trying to hide
passwords so they are not in plain text, then you do not need
encryption, only a hash algorithm like SHA-1 or MD5. Hashing is
simple, because you don't have to manage public and private keys.
There is also no way to "break" a hashing algorithm unless you use a
brute force approach.
Is this what you need, or do you need something that is reversible
into the original string?
--- In firebird-support@yahoogroups.com, "carlos_arguilar"
<carlos_arguilar@y...> wrote:
ADVERTISEMENT
<http://us.ard.yahoo.com/SIG=129oi17k0/M=295196.4901138.6071305.3001176/
D=groups/S=1705115386:HM/EXP=1103717984/A=2128215/R=0/SIG=10se96mf6/*htt
p:/companion.yahoo.com> click here
<http://us.adserver.yahoo.com/l?M=295196.4901138.6071305.3001176/D=group
s/S=:HM/A=2128215/rand=806965071>
_____
Yahoo! Groups Links
* To visit your group on the web, go to:
http://groups.yahoo.com/group/firebird-support/
* To unsubscribe from this group, send an email to:
firebird-support-unsubscribe@yahoogroups.com
<mailto:firebird-support-unsubscribe@yahoogroups.com?subject=Unsubscribe
<http://docs.yahoo.com/info/terms/> Service.
[Non-text portions of this message have been removed]
I need a reversible routine. I have a table that stores a name (special
user) and a password. This user is responsible sets free several special
resources in my database app. I would like in a trigger, for instance, I
can encrypt the password. Then, I would want decrypt.
Howsoever, the answers are way. Thanks all.
Best regards,
Carlos Arguilar
-----Mensagem original-----
De: Adam [mailto:s3057043@...]
Enviada em: terça-feira, 21 de dezembro de 2004 10:20
Para: firebird-support@yahoogroups.com
Assunto: [firebird-support] Re: Encryption in firebird - Help
What are you trying to protect? If you are just trying to hide
passwords so they are not in plain text, then you do not need
encryption, only a hash algorithm like SHA-1 or MD5. Hashing is
simple, because you don't have to manage public and private keys.
There is also no way to "break" a hashing algorithm unless you use a
brute force approach.
Is this what you need, or do you need something that is reversible
into the original string?
--- In firebird-support@yahoogroups.com, "carlos_arguilar"
<carlos_arguilar@y...> wrote:
>encryption.
> Hello!
> I have a table in my database that has a field that need
> I have wrote a UDF, however, it don't work very well on firebird.Yahoo! Groups Sponsor
> Anyone know a routine be able such a thing.
> Please, help me.
> Regards,
> Carlos Arguilar
ADVERTISEMENT
<http://us.ard.yahoo.com/SIG=129oi17k0/M=295196.4901138.6071305.3001176/
D=groups/S=1705115386:HM/EXP=1103717984/A=2128215/R=0/SIG=10se96mf6/*htt
p:/companion.yahoo.com> click here
<http://us.adserver.yahoo.com/l?M=295196.4901138.6071305.3001176/D=group
s/S=:HM/A=2128215/rand=806965071>
_____
Yahoo! Groups Links
* To visit your group on the web, go to:
http://groups.yahoo.com/group/firebird-support/
* To unsubscribe from this group, send an email to:
firebird-support-unsubscribe@yahoogroups.com
<mailto:firebird-support-unsubscribe@yahoogroups.com?subject=Unsubscribe
>* Your use of Yahoo! Groups is subject to the Yahoo! Terms of
<http://docs.yahoo.com/info/terms/> Service.
[Non-text portions of this message have been removed]