Overly broad permissions can turn one compromised account into a much larger security problem. Learn how to reduce unnecessary access, review privileges, and apply least privilege across modern Linux systems. Review Linux Privileges×
News about intrusions into the servers of online stores, games vendors and other internet services can now be read on an almost daily basis. Often, the intruders obtain customers' login data including their passwords. As many people use the same password in multiple places, criminals can use the passwords to obtain unauthorised access to further services.. To prevent passwords from being extracted, web site operators usually protect their users' passwords through such cryptographic techniques as one-way hashing. For this purpose, a character string that doesn't allow any conclusions to be drawn about the actual password is derived from the password. The only way of finding out whether a password matches a hash is to rehash the password and compare the results. This method is used by the authentication systems of operating systems and web applications The link for this article located at H Security is no longer available. . Discover methods to protect user credentials through robust encryption strategies, preventing unauthorized entry.. Password Management, Secure Hashing, Data Security. . LinuxSecurity.com Team
The security specialist Objectif S. Oechslin has fitted an elderly Athlon 64 X2 4400+ with an SSD and the optimised tables. This system can, with only a 75% CPU utilisation, crack a 14 digit password with special characters, in an average of 5.3 seconds. Oechslin says that, worst case, it should be able to search arithmetically through 300 billion passwords per second, a speed that is a factor of 500 faster than an Elcomsoft cracker supported by a modern Tesla GPU from NVIDIA. The link for this article located at H Security is no longer available. . Oechslin has fitted an elderly Athlon 64 X2 4400+ with an SSD and the optimised tables. This system . security, specialist, objectif, oechslin, fitted, elderly, athlon, 4400+. . LinuxSecurity.com Team
Classic article on choosing a secure password from Bruce Schneier on Wired. It's great reading, even for those of us who have been around a while. Ever since I wrote about the 34,000 MySpace passwords I analyzed, people have been asking how to choose secure passwords. My piece aside, there's been a lot written on this topic over the years -- both serious and humorous -- but most of it seems to be based on anecdotal suggestions rather than actual analytic evidence. What follows is some serious advice. . The attack I'm evaluating against is an offline password-guessing attack. This attack assumes that the attacker either has a copy of your encrypted document, or a server's encrypted password file, and can try passwords as fast as he can. There are instances where this attack doesn't make sense. ATM cards, for example, are secure even though they only have a four-digit PIN, because you can't do offline password guessing. And the police are more likely to get a warrant for your Hotmail account than to bother trying to crack your e-mail password. Your encryption program's key-escrow system is almost certainly more vulnerable than your password, as is any "secret question" you've set up in case you forget your password. The link for this article located at Wired is no longer available. . Create a robust, unique password of at least 12 characters, mixing letters, numbers, and symbols. Use a memorable passphrase and update regularly.. Secure Passwords, Cybersecurity Tips, Authenticator Recommendations. . LinuxSecurity.com Team
Since it. The link for this article located at Think Hole is no longer available. . Implement crucial measures to bolster the security of your SSH connections and safeguard your Linux servers against unauthorized intrusion.. SSH Security Best Practices, Enhanced SSH Access Control, Secure Linux Servers. . LinuxSecurity.com Team
Does size matter? The question has arisen lately on Security-Basics, a computer security mailing list hosted by SecurityFocus.com. As usual, the question comes down to physical size or mental prowess. . Roger A. Grimes, a security columnist at InfoWorld, has posted a $100 challenge -- extra goodies as well -- both on the mailing list and at his blog at InfoWorld, to anyone who can crack one of three password challenges. Grimes' assertion is that password length alone can provide more than adequate password protection. The link for this article located at NewsForge is no longer available. . Insights on password length and protection from expert Roger A. Grimes at InfoWorld, including challenges to test security.. Password Security, Length Insights, Cybersecurity Tips. . LinuxSecurity.com Team
Passwords are fatally flawed, it's true, but for now they are the best option for many companies. But almost everybody could be managing them more effectively. In all likelihood passwords will remain a problem until the very day they are replaced by technologies such as biometrics, which is the direction the industry appears to be heading. However, until that day comes, below are some tips for fostering a culture of secure and more effective password management. . 1. Passwords must not be written down If it seems incredible that we are still talking about password management at all, then it is unimaginable that we have to make this first point. If staff are writing down their passwords, having been told why they must not do so, then the system is too complex and too much is being asked of them. Companies must strike a balance between security and usability because a failure to understand the latter can easily undermine the former. So consider whether employees have been properly educated about the need to keep passwords secure and then consult the measures below if you need to update your password policy. The link for this article located at https://www.zdnet.com/ is no longer available. . Strengthen your security framework through practical password stewardship strategies for your business.. Password Management,Sensitive Authentication,User Education,Security Policies. . Brittany Day
With its ability to authenticate, digitally sign, and encrypt messages, public key cryptography seems like a natural fit for protecting e-mail: With one solution, you can ensure the integrity of the content and prove the identity of the sender. But public key cryptography is akin to peace in the Middle East--everyone agrees it's a good idea, but the associated complexities can derail implementation. . . .. With its ability to authenticate, digitally sign, and encrypt messages, public key cryptography seems like a natural fit for protecting e-mail: With one solution, you can ensure the integrity of the content and prove the identity of the sender. But public key cryptography is akin to peace in the Middle East--everyone agrees it's a good idea, but the associated complexities can derail implementation. Traditional public key encryption schemes involve complicated processes such as issuing and managing keys and digital certificates, integrating cryptographic functions into existing applications, and locating a recipient's certificate. The difficulty of performing these functions often overrides any value that an enterprise might get from public key-based mail security. The link for this article located at Andrew Conry-Murray is no longer available. . With its ability to authenticate, digitally sign, and encrypt messages, public key cryptography seem. ability, authenticate, digitally, encrypt, messages, public, cryptography. . LinuxSecurity.com Team
There used to be a time when secure e-mail management was simple. "Managing" meant sorting through your e-mail messages and putting them into appropriate folders. Secure e-mail back then meant using a simple password for e-mail access. However, today, with e-mail being a business-critical application, more threats against e-mail than ever before, and government regulatory concerns, secure e-mail management takes on a whole different meaning. Viruses, spam, worms, and other malicious attacks and non-malicious events can bring e-mail infrastructures to their knees. With recent government legislation in countries such as the U.S., e-mail confidentiality has become a growing concern. One of the more common accesses to e-mail today is via Web browser and Web-based e-mail access. What security issues should be kept in mind when developing or designing Web mail systems? . . .. There used to be a time when secure e-mail management was simple. "Managing" meant sorting through your e-mail messages and putting them into appropriate folders. Secure e-mail back then meant using a simple password for e-mail access. However, today, with e-mail being a business-critical application, more threats against e-mail than ever before, and government regulatory concerns, secure e-mail management takes on a whole different meaning. Viruses, spam, worms, and other malicious attacks and non-malicious events can bring e-mail infrastructures to their knees. With recent government legislation in countries such as the U.S., e-mail confidentiality has become a growing concern. One of the more common accesses to e-mail today is via Web browser and Web-based e-mail access. What security issues should be kept in mind when developing or designing Web mail systems? The Basics of Web Mail Most Web mail systems are designed using a multi-tiered architecture. Usually, a Web server serves as a reverse proxy to a backend e-mail server that actually services the user's mail requests. Most Web mail systems use a separate database to store the mail, versusthe user authentication information. User Authentication can be done by using authentication protocols native to the mail server O/S or 3rd party authentication methods such RADIUS or SecureID. By using a set of stored procedures and scripts, the Web server formats the user HTML requests so that the back end e-mail server can serve up mail. The usual backend mail server includes Microsoft Exchange, Netware Mail, or Lotus Notes. Each of these systems includes a Web mail service that uses default the ports of 80 for HTTP and 443 for HTTP/SSL. Most Web mail policies require the use of HTTP over an encrypted channel such as Secure Sockets Layer (SSL) or Secure Shell protocol (SSH). In rare cases, the IP security (IPSec) is used as the secure communication channel for Web mail systems. The link for this article located at ebcvg.com is no longer available. . There used to be a time when secure e-mail management was simple. 'Managing' meant sorting through y. there, secure, e-mail, management, simple, 'managing', meant, sorting, through. . LinuxSecurity.com Team
Get the latest Linux and open source security news straight to your inbox.