17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
PWGen 2.04 is released to be a full featured password generator capable of creating large amounts of cryptographically-secure passwords or passphrases (from word lists). It uses a random pool to gather entropy from user inputs and system parameters. Offers text encryption and random data file creation, too.The usage of a password is still the simplest way to control the access to a specific resource. Although many other authentication factors have been developed (examples include identification cards, fingerprint or retinal patterns, voice recognition and other biometric identifiers), password authentication systems are easier to implement for most applications, are relatively hard to break (note the term “relatively”!) and can thus provide accurate security, if used carefully.However, it is essential for the security that the password is strictly kept secret, and that it is chosen in a way that makes it hard for an attacker to guess it or to find it by try-and-error (also called “brute force”). Both conditions are closely connected, but in a rather fatal way: Passwords which are easy to memorize for humans are for the most part disastrous in terms of security! Among these bad examples they find personal data (names of family members, pets, meaningful places, etc.), names and characters from favourite books, films or video games, simple words or character sequences (such as the famous “qwerty”), and so on. These passwords are for sure easy to memorize—but can often be guessed without much effort. There are many ways to choose good (that is, secure) passwords—but the best way is to let a random generator choose a password. If these passwords are long enough, it will take years, if not centuries, to find them by brute force attacks. Computer programs like PWGen can assist you in generating random passwords, as humans are not very good at making up random numbers themselves.Unfortunately, random character sequences like zio5FcV7J are fairly hard to memorize (although this is possible and probably not as difficult as you might imagine), so you may want to try passphrases composed of words from a word list instead: Five words from a word list with 8000 words or more are sufficient in most cases to create a high-quality passphrase; the security can easily be increased by adding some random characters.There’s an interesting article on CNET regarding passwords commonly chosen by humans. The need for secure passwords has grown since the advent of the Internet and its many websites where the access to a certain resource (message board, user account, and so on) is controlled by a user name/password pair.Fortunately, since the invention of so-called password safes, you don’t have to remember all these passwords any more—you just store them in the password safe which is protected by a “master password” (that must be remembered, of course). As this master password is used to protect highly sensitive data, it should conform to the highest security level possible. The security level, which grows with increasing password length, is only limited by the user’s ability to memorize random characters or words. With some effort, most people are certainly able to memorize a 90-bit password.PWGen is capable of generating cryptographically secure random passwords and passphrases conforming to highest security levels. It can be used to generate master passwords, account passwords and generally all sorts of random sequences. It also offers the opportunity to create many passwords at once. Just give it a try!Major Features:Free and Open-Source softwareUses up-to-date cryptography (AES, SHA-2)Unobtrusive: easy to use, doesn’t install any weird DLL files, doesn’t write to the Windows registry, doesn’t even write to your hard disk if you don’t want it, can be uninstalled easilySecure memory management: memory allocated by the program is filled with binary zeros before deallocationMultilingual supportRuns on all 32-bit Windows versions (9x/Me/NT/2000/XP/Vista/7)Enhancements:Version 2.04 essentially features two new settings, “Redefine ambiguous characters” and “Redefine special symbols” which should make the password generation more flexible. These options are accessible in the “Advanced Password Options” dialog.Requirements:9x/Me/NT/2000/XP/Vista/7