Password Generators for Linux

View 39 business solutions
  • Award-Winning Medical Office Software Designed for Your Specialty Icon
    Award-Winning Medical Office Software Designed for Your Specialty

    Succeed and scale your practice with cloud-based, data-backed, AI-powered healthcare software.

    RXNT is an ambulatory healthcare technology pioneer that empowers medical practices and healthcare organizations to succeed and scale through innovative, data-backed, AI-powered software.
    Learn More
  • Premier Construction Software Icon
    Premier Construction Software

    Premier is a global leader in financial construction ERP software.

    Rated #1 Construction Accounting Software by Forbes Advisor in 2022 & 2023. Our modern SAAS solution is designed to meet the needs of General Contractors, Developers/Owners, Homebuilders & Specialty Contractors.
    Learn More
  • 1
    Quick-Safe

    Quick-Safe

    Generate strong and secure passwords with QuickSafe ,

    QuickSafe is an open-source password generator designed to bolster online security by generating robust and secure passwords. This project addresses the growing need for enhanced password strength in the face of escalating cyber threats. QuickSafe empowers users to create highly secure passwords through a diverse character set, including uppercase and lowercase letters, numbers, symbols, and more. With the increasing frequency of online security breaches, having a reliable password generator is crucial for safeguarding personal and sensitive information. QuickSafe is committed to providing users with a simple yet effective tool to generate strong passwords, offering an extra layer of defense against unauthorized access to accounts. Elevate your password security with QuickSafe, a project dedicated to promoting digital safety in an accessible and open-source manner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    .Net 2.0 Remote Desktop Username and Password generator using System Security Cryptography RandomNumberGenerator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    RanPass 2.0, the successor to the simple and MS-DOS interfaced RanPass 1.0. RanPass is a Random Password Generator. RanPass will use a unique Algarythm(s) to generate a Random Password. This type of software is really useful to a Secure Network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Downloads: 0 This Week
    Last Update:
    See Project
  • AestheticsPro Medical Spa Software Icon
    AestheticsPro Medical Spa Software

    Our new software release will dramatically improve your medspa business performance while enhancing the customer experience

    AestheticsPro is the most complete Aesthetics Software on the market today. HIPAA Cloud Compliant with electronic charting, integrated POS, targeted marketing and results driven reporting; AestheticsPro delivers the tools you need to manage your medical spa business. It is our mission To Provide an All-in-One Cutting Edge Software to the Aesthetics Industry.
    Learn More
  • 5

    Random Password Generator

    Generate a random password up to 100 characters long

    Inspired by not having strong enough passwords this is a random password generator. Special Characters, Numeric Characters, Alphabetical Lower case & Uppercase can be used or toggled ON or OFF using the available check boxes. Printed passwords can be copied using Ctrl+C. Passwords can be up to 100 characters in length.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A small php script to generate a random string ( can be used as secure passwords ) based on user requirement of - length, alphabets type, number, special characters or any particular set of characters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Random Password Generator written in Haskell. It provides easy command-line interface for generating passwords. Options include: number of passwords, random password length, allowed characters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    This program generates random alphanumeric passwords untill 80 signs long and allows the user to change length and amount of the passwords to generate. You can also choose for passwords with lower/higher case, lower case and no numbers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Random Shell Passwrod Generator for creating and changing users password to a random value and adding new users to the system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Most Powerful Software Platform for EHSQ and ESG Management Icon
    The Most Powerful Software Platform for EHSQ and ESG Management

    Addresses the needs of small businesses and large global organizations with thousands of users in multiple locations.

    Choose from a complete set of software solutions across EHSQ that address all aspects of top performing Environmental, Health and Safety, and Quality management programs.
    Learn More
  • 10

    Readable Password Generator

    Readable Password Generator

    PROJECT MOVED: https://github.com/vstavrinov/rpg ----------------------------------------------------------------------- This shell script generate passwords easy to read and remember, but still strong enough. This is achieved by some restrictions. Some letters, digits, and letter combinations are excluded. No consecutive vowel. No more then 2 consecutive consonant. No consecutive consonant before and after digit. Main stream is lower case letters. Chance to include digit and upper case letters may be adjusted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Rezort Security is a free software. License under GPL. Rezort security is security program for your computer. Running in Windows(R). Rezort Security is portable software and low size.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    S/Key Generator. An RFC2289 compliant One-Time Password generator written in Java language and O.S. Thinlet package for GUI. It uses MD4 and MD5 hash algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SSPass(Simple Strong Pass) is a simple strong password generator and strength meter. NOTE: You need Gambas runtime to use SSPass.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Safe Password Generator

    random + bigger password + more combinations = safe password

    Safe Password Generator is a program which generates safe password according to your needs. With Safe Password Generator you can- 1. Generate password from 1 to 25 length. 2. You can make any combination of upper case, lower case, numbers and special characters as per your need. 3. And most importantly- random + bigger password + more combinations = safe password
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SafePassDB

    SafePassDB

    Protect your personal data with SafePassDB.

    If you are forgetful and want to store all of your personal data securely on your PC without internet connection then SafePassDB is definitely for you! SafePassDB is a free multi-platform software application written in Java programming language that will enable you to protect all of your personal data with one "Master Password" using AES (Advanced Encryption Standard). SafePassDB is light weight and super easy to use! Current version of the software uses 128 bit AES (Advanced Encryption Standard) algorithm, which is a standard by U.S. National Institute of Standards and Technology (NIST), for protecting your personal data. IMPORTANT: In order to run SafePassDB you need to have Java installed on your computer. Java is free and can be downloaded from - http://www.java.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A graphical user interface that generates random passwords with various options so you don't have to.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    An advanced password generator written in C++ and designed to run within the terminal emulator of any *NIX compatible system. It is based on the work by Nintendo(r) European Reasearch and Development (NERD) and the "HireMe" challenge. I've taken the work of NERD a step further and used the input-confusion-diffusion paradigm in conjunction with SHA/256 encryption to generate randomized passwords that cannot be decoded (yet - quantum computers will change this eventually!) The software generates sufficiently random passwords to allow the same plaintext password to be used multiple times without generating the same output. There's probably no real reason to be developing this, but I wanted to use the NERD code in a new way and practice my C++ skills at the same time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Generate and retrieve passwords for different websites that you may register. Web based (php) for easy retrieval. Customizable with favorite user id, password length and key! Simple and safe password retriever out there! Please CHECK the Project Website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Software Bundle

    Some small software.

    Some small programs. Currently includes a password generator and a Base64 encoder/decoder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Store Pass

    Password storing with password generator

    This project is underway. It needs some encryption on the password files. I haven't implemented this feature yet, but I am planning on it. Also trying to get the FTP upload ability done right. If you are planning on using it, please read the README file enclosed in the installer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Strong Password Generator

    Strong Password Generator

    Chrome Extension Generates a strong password based on preferences

    Generate strong passwords easily with the Strong Password Generator Chrome extension. Create secure passwords with custom length and special character options. Copy your generated password with just one click. Enhance your online security with this user-friendly password tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Password generator for socials, WiFi and more. This generator working on linux and windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Surpass

    Surpass

    Simple, secure and easy to use password manager.

    Surpass is a multi-platform graphical password manager with focus on simplicity. The source code is free (as in "liberty") and is designed to be concise and simple. - Securely store any secret e.g. passwords, pass phrases, pin codes, etc. - Store secrets in Google Drive - Small footprint, around 50MB. Can fit on any memory device. Does not need installation or any third party library, completely self-contained. - System tray support. - Clipboard support. If a secret is copied to clipboard it's automatically cleared after 45 seconds. - Support for generating random secrets. For more details and screenshots see https://alternativeto.net/software/surpass/about
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    TigerSafe

    TigerSafe

    Free open source password manager

    TigerSafe is a free open source password manager. It allows to store passwords in a file, without internet, by encrypting them with a single password. The user can then use a different password for every website he wants to use, and only has to remember a single password: the one used to encrypt/decrypt the file storing his passwords. It is highly recommended to do backups of the file storing passwords with TigerSafe, for example copy/paste it in USB flash drives, cloud drives like Google Drive, Dropbox... Indeed, users are solely responsible for their data. TigerSafe also enables you to store the 2-factor authentication mechanism mostly used by modern websites (TOTP 2FA) in a secure way. Since TigerSafe is particularly sensitive, no binary installation file is provided (because it could be infected by a virus, or have a vulnerability in its dependencies such as the JDK implementation used). Instead, installation instructions are provided, and a YouTube video for Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Tiny Secure-Password-Generator - Creates 5 "secure" passwords to choose from. Those passwords won't be found in any wordlist! Easy to use, working version available on any plattform.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB