Search Results for "random password" - Page 4

Showing 161 open source projects for "random password"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 1
    DMS Simple Math Game

    DMS Simple Math Game

    Simple Math game for Children

    This Programme is specially designed to age 5-9 children (UKG, Grade 1-4) gain their mathematic foundation of Addition (+) and Subtract (-). This programme automatically generate 19 quiz randomly with random numbers in random places with random math(+ or -). Child should find the correct number for each quiz. While running this programme in PC, child cannot access any other application or cannot load any work in PC, the only way to exit from this programme is answer all quiz correctly...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    phpPassSafe
    phpPassSafe is a web based Tool for secure, rolebased password storage and management. The passwords are stored aes-256 encrypted. Now a random password generator is included.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    Random Char Generator

    Generate random chars

    This program makes it easy for you to generate a new and safe Key for anything. It uses a very easy and safe 'algorithm'. How does it work? Visit :https://sourceforge.net/projects/rcg/files/How%20does%20it%20work.rtf/download
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    QPass password manager
    QPass is easy to use, open source password manager application with built-in password generator. You can store in it's database such data as passwords and logins which will be encrypted using AES-256 with PBKDF2(number of iterations set by user). Each entry can include additional information about entry such as name, url adress and description.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save up to 50% on QuickBooks Online! Keep the Accounting and Book Keeping for your Small Business up to date!

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 5

    HP's Handy Program

    A Tidy Program, were computer tasks can be carried out efficiently.

    A Tidy Program, were computer tasks can be carried out easily and efficiently. My first program. There are options inside the program allowing you to perform maintenance tasks on your pc. Aswell as Usefull options. And some things if you are board.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    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
  • 7

    Random Password Generator

    Generates Random Passwords in a console window

    My 1st C++ project; I'm mainly posting my code for input on improvements. I started with this type of program in order to develop my error trapping with user input. My ultimate goal is to use this base code in a personal USB locker program for my own passwords. (Much like the Windows FPS/Bitlocker system)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    rndpassw

    CLI random password generator

    Command line password generator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Koehool Password Generator

    Creates random passwords with ease.

    An easy to use tool for creating Random passwords.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 10
    Bigram Table Generator

    Bigram Table Generator

    A program to generate random reciprocal bigram tables

    A command-line program to encrypt/decrypt a message using a random reciprocal bigram table and write a bigram table to a text file. Executing the program without any command-line arguments starts bigram in message encryption/decryption mode. The program prompts for a password or passphrase and a message to encrypt/ decrypt. After the message is entered the ciphertext is displayed. Executing the program with command-line arguments causes bigram to generate a random bigram table to print...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Generates a list of passwords (wordlist) for password crackers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    PWDTK.NET

    .NET Secure Password Hashing API

    This API uses the PBKDF2 specification with HMACSHA512 as the underlying pseudo random function (PRF) to perform the salted hashing over a specified number of instances to eliminate the feasibility of rainbow table attacks & drive up the computing cost of generating said tables, this is known as key stretching. This API also provides the capability to create BIG crypto random salt strings, because the BIGGER & more RANDOM your salt, the better! (anti-rainbow tables) I was going to use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    PasswordGenerator

    PasswordGenerator

    A free Password Generator written in Java

    next version is 2.4.6
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PasswordBox

    PasswordBox

    A console-mode program that will keep all your passwords safe

    PasswordBox is a console-mode program that will keep all your passwords safe, in an encrypted database protected by a master password. PasswordBox can also be used to generate secure (random) passwords. This program is written by Mateusz Viste, and uses the AES implementation of Chris Brown to handle all encryption/decryption processes. PasswordBox is available for the following operating systems: DOS, Windows, Linux. Remember, that if you forget your master password, you will have no way...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15

    PassWordFromHash

    Program generates passwords from hash, not from random numbers.

    Algorithm: 1. Concatenate "User", "Resource", "Master password" (yes, it is correct order!) to one string. 2. Calculate RIPEMD-160 hash of that string. 3. Convert hash to big number (from 0 to 2^160 - 1). 4. Translate number to 62-sign numeral system. 5. Each digit is represented as char 0-9, A-Z, a-z. 6. So, we get a password! Length is not more than 28 letters, because 62^28 is greater than 2^160. If you have coding experience, please check program correctness and help me improve GUI...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    EPG (Extended Password Generator) is the tool-at-hand of any system administrator to generate pronounceable and random passwords, secured against brute-force dictionary attacks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Password Manager+

    Password Manager+

    Password manager program that helps manage passwords.

    This is a very efficient password management program that makes managing your passwords very easy and flexible with groups and a database where all your passwords are securely stored. Features include efficient random password generator, with passwords generated from user choices (uppercase, digits...), view/close columns, copy username/password, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Aerohive's Guest Creator

    Aerohive's Guest Creator

    Powershell GUI for creating Guest on Areohive's radius.

    This powershell GUI was built up to create wifi guests on a radius server located on an aerohive airpoint via SharpSSH librairies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Web KeePass Password Safe
    Web AND Mobile (Apple iPhone) based, multi user, java port of the KeePass project. A free, easy to use password manager which helps you to manage your passwords in a secure way. Focused on deep encryption and ease of use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    passphrase-generator

    Generate a set of random passphrases for you to choose from.

    Easy to use command line based strong passphrase generator. Implemented as a self contained perl script that should work on many unix like systems. The passphrase-generator defaults to only 3 words instead of the 4 suggested by XKCD, but uses a larger dictionary found in many unix like systems at /usr/share/dict/words. It also provides estimates for the entropy of the generated passphrases. The randomization is based on /dev/urandom and SHA1. See http://xkcd.com/936/ for an...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Selective Data Backup (DoS App)

    Select the files you want backed up.

    ... Encryption Algorithm: basically, you have to have the password, or you'll never see your data again! This also means that ONLY YOU get to see your passwords/accounts. So, if you don't feel like memorizeing 47 accounts (like I), then download this thing! lol I included a random password generator to go along. Any length, include any characters! Copy/paste and done!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    cSploit

    cSploit - cyb3r gladiat0r's cPanel mass password changer.

    cSploit is a mass password changer interactive shell script for cpanel usernames along with their respective login passwords it also changes their FTP, MySQL passwords also. And save changed passwords with their respective usernames in a text file. It gives you flexibility to specify custom filename to save password. (This makes filename hard to guess.) This script also allows you to select the specific type of random generated passwords.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    PassPlay is a project developed for a software development class at Marquette University. It is an attempt to develop authentication interactions involving a 3D avatar. It's vision is that of a tool that can replace other means of authentication in fun and easier to remember way. From security perspective, the best kind of passwords, are long strings of random characters drawn from a large alphabet of characters. But these are hard to memorize and thus becomes a burden to the user. We...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Master Log

    Centralized SSH Authentication System with various capabilities.

    MasterLog is Centralized SSH Authentication System. Using this project you can login to all of your servers from one place in a simply fast way. It has many features such as ( Servers groups , Mass commands execution , Mass kernel update, Logging system and more ).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    yeo

    command-line steganography application

    designed to hide messages in jpg and png images without the requirement for any plain-text files. uses aes256 on data, using an sha256 hash of the password as the encryption key. rotates the password by 1 character, and uses an sha256 hash of that for the random seed for the image pointer access. security and invisibility of data is currently being peer-reviewed (since ~2014). At this point it looks like no vulnerabilities have been identified yet. this will evolve further, but remain...
    Downloads: 0 This Week
    Last Update:
    See Project