Password [message #280043] |
Mon, 12 November 2007 06:24 |
alijeyan
Messages: 184 Registered: January 2007 Location: IRAN
|
Senior Member |
|
|
I have a table for my Application users .
in table I save usernam and password .
I want save password cryptography.
where I can find an algorithm for cryptography ?
ALI
|
|
|
|
|
Re: Password [message #280243 is a reply to message #280065] |
Mon, 12 November 2007 23:25 |
alijeyan
Messages: 184 Registered: January 2007 Location: IRAN
|
Senior Member |
|
|
Hi LittleFoot .
You say :
Quote: |
However, why wouldn't you create "ordinary" Oracle users and never need to worry about such things?
|
In My country (IRAN) we used FARSI language and this language not support By ORACLE and we use ARABIC and simulate FARSI Language hardly !
In My Application I must use username and Password In FARSI and i don't use Oracle users !
its very Bad Idea . I know . But My Manager Enforce Me To Use FARSI USER and Password .
ThanQ
ALI
|
|
|
|
Re: Password [message #280285 is a reply to message #280243] |
Tue, 13 November 2007 01:23 |
|
Michel Cadot
Messages: 68729 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
I'm not an arabic and persian expert but it seems to me that AR8MSWIN1256 character set contains Farsi (when AR8ISO8859P6 does not).
Regards
Michel
[Updated on: Tue, 13 November 2007 01:24] Report message to a moderator
|
|
|
Re: Password [message #280301 is a reply to message #280285] |
Tue, 13 November 2007 02:11 |
alijeyan
Messages: 184 Registered: January 2007 Location: IRAN
|
Senior Member |
|
|
Thank LittleFoot And Michel .
Quote: |
AR8MSWIN1256 character set contains Farsi (when AR8ISO8859P6 does not).
|
Yes you rigth Michel . AR8MSWIN1256 is help for us . But very problem occourd when we use 4 char that not in ARABIC and exist in FARSI . ('ژ' , 'پ','گ','چ').
I resolved my problem with a cryptographic Algorithm .
ALI
|
|
|