2009 Jan 26 11:06 AM
Hi all.
We'd like to encode passwords as SAP does. We know that SAP uses system functions like XXPASS o PASSWORD, but those functions can't be called in a customer development.
In fact, we just need to understand the encoding process in order to emulate it (to store passwords in a customer table).
Thanks in advance,
Luis.
2009 Jan 26 1:17 PM
2009 Jan 26 11:26 AM
>
> we just need to understand the encoding process in order to emulate it (to store passwords in a >customer table).
Understanding the encoding process can also lead to reverse engineering so probably SAP wont make the encoding process public(Only my guess, correct me if i'm wrong), may be u can use ur own encoding process to store passwords, many encryption standards exist in public domain which u can make use of,so may be u can try them.
кu03B1ятu03B9к
2009 Jan 26 1:17 PM
2009 Jan 27 2:41 PM
Thanks to all.
I supposed that we'll finally use any function like you proposed.
Maybe someone show me the encoding process in future...
2009 Feb 27 10:49 AM
Hi
purpose of the UNIX file /etc/passwd
/etc/passwd contains valid user passwords,
accounts, default login directories, and user
security permission levels.
The file format is
user:password:UID:GID:login_directory:shell
Regards