Hello all,
If Linux is open source any one can know where the password are stored
and if they are encrypted any one can decrypt it using source code. I am
only familiar with paragent.com . its an open source project and works
well for our company
regards,
Bmora
Your post fails to show an example or where you found this.
You don't use source code to decrypt anything. Why?
Source code is the langauge(s) used to write a program that is then compiled by the binutils and make programs.
You're looking for Shell commands.
Do you know what init is? usermode?
Since you are asking this, I am going to state what you are really doing: You're looking to crack into someone's box, take their information, and use it as a remote server. No company that uses any type of Open Source will come to a general purpose hardware forum and ask about methods of privacy invasion.
You don't need source code to know where the passwords are. All user passwords are stored in /etc/shadow. If you have root access to a Linux computer (or a Linux Live CD) you can look at that file. Did you see all the passwords? No, you didn't!
They are hashed. Hashing is a form of encryption that can only be done one-way; you can't decrypt a hash. When a user sets their password, it is hashed and put in that file. When the user logs in with their password, Linux takes the password that they just typed in, hashes it, and compares it with the hashed password in /etc/shadow.
In short, don't worry about the security of your passwords. They cannot be decrypted, not even with the Linux source code.
| Forum legend: | |
| Locked thread | |
| Moderator | |
![]() |
CNET staff |
![]() |
Samsung staff |
| Norton Authorized Support team | |
| AVG staff | |
| Windows Outreach team | |
![]() |
Dell staff |
| Intel staff | |