🌐
DinoPass
dinopass.com
DinoPass - Simple password generator for kids
Password generator for creating simple, memorable and kid-friendy passwords
🌐
Reddit
reddit.com › r/k12sysadmin › dinopass - password generator/api for kids
r/k12sysadmin on Reddit: Dinopass - Password generator/API for kids
February 22, 2019 - I use that site, too. With a simple curl I can generate passwords with the same script that generates the users via gam. ... I wanted to drop a link to a site I've used to help make K-12 passwords, DinoPass at https://www.dinopass.com/.
🌐
GitHub
github.com › OldestBen › DinoPass-Generator
GitHub - OldestBen/DinoPass-Generator: DinoPass Password Generator Script
The DinoPass Password Generator scripts are designed to generate multiple simple or strong passwords using the DinoPass service and export them to a CSV file at the root of the C: drive.
Author   OldestBen
🌐
DinoPass
tubblog.co.uk › resources › password-generator-for-kids
DinoPass - Password Generator for Kids
December 18, 2020 - DinoPass is a Password Generator for Kids. It can provide children with simple passwords (easy to remember) or strong passwords.
🌐
Anchorage School District
asdk12.org › site › default.aspx
DinoPass - Simple password generator for kids
DinoPass - Simple password generator for kids · The passwords are generated from a large set of preselected words. Dino has gone to some effort to ensure there are no offensive words and no possible offensive combinations. Questions or Feedback? | Web Community Manager Privacy Policy (Updated) ...
🌐
DevOps.dev
blog.devops.dev › dinopass-password-generation-in-powershell-08eb21993c41
DinoPass Password Generation In PowerShell | by Mark Harwood | DevOps.dev
January 16, 2024 - They’re a lot more work but they are obviously better if you don’t have an internet connection when generating passwords. The first, worse and oldest method, consists of basically picking a number of random chars: [string]$initialpassword = ([char[]](Get-Random -input $(47..57 + 65..90 +97..122) -count 8)) + (Get-Random -minimum 0 -maximum 10) $passwordwithspacesremoved = $initialpassword.Replace(' ','') $convertedpassword = ConvertTo-SecureString -AsPlainText $passwordwithspacesremoved -Force
🌐
Chrome Web Store
chrome.google.com › webstore › detail › password-generator-with-d › bchnjebifjbfmnnkiagdfjeohfjpfhfk
Password Generator (With DinoPass) - Chrome Web Store
This extension allows you to quickly generate passwords using either random characters or the DinoPass (pronounceable password) API. Check out the code: https://github.com/domkirby/Chrome-Password-Generator UPDATE 1.5.1: We set a max length ...
🌐
GitHub
github.com › jamesryanbell › dinopass
GitHub - jamesryanbell/dinopass: A very simple wrapper for the Dinopass password generator API
A very simple wrapper for the Dinopass password generator API - jamesryanbell/dinopass
Author   jamesryanbell
🌐
Reddit
reddit.com › r/sysadmin › sysadmins' favorite password generator is finally back!
r/sysadmin on Reddit: SysAdmins' favorite password generator is finally back!
November 26, 2022 -

As a fellow SA, there are a few tools I can't do without: one of them is Strong Password Generator. I've been using the service for ages both at work and home. Unfortunately a few months ago it disappeared all of a sudden and I tried several alternatives, but none seemed to be as flexible.

By chance, today I found it's again available at password-gen.com

I know for a fact this will make many happy since at work it has always been a popular tool among colleagues.

Find elsewhere
🌐
Kanary
kanary.com › blog › dinopass-is-it-safe-for-kids
Dinopass: Is It Safe for Kids? | Kanary Blog
For example, this github repo is an external API for the use of Dinopass by other developers in other applications. The documentation describes Dinopass as, “an awesome password generator for kids and apparently middle-aged IT guys.” The creators of Dinopass are a group called Codemoji - they build tech and coding educational resources for teachers and students.
🌐
Chrome-Stats
chrome-stats.com › keywords › selection › password generator (with dinopass)
Password Generator with DinoPass - Secure & Easy
September 26, 2021 - This extension allows you to quickly generate passwords using either random characters or the DinoPass (pronounceable password) API.
🌐
MHarwood Web Solutions
mharwood.uk › home › powershell › make passwords in powershell with dinopass
Make Passwords In PowerShell With DinoPass - MHarwood Web Solutions
October 31, 2024 - Invoke-WebRequest -Uri https://www.dinopass.com/password/strong | Select-Object -ExpandProperty content ... You can also use their simple password generator, giving you flexibility in the type of password that is returned:
🌐
Vdude
vdude.io › dinopass-generator.html
Powershell Function Password Generator
## v 1.0 May 14 2021 ## https://github.com/vdudejon/Powershell/blob/master/Get-DinoPass.psm1 ## Using the api from https://dinopass.com, generates a complex but human readable password function Get-DinoPass{ $pass1 = (Invoke-WebRequest -Uri http://www.dinopass.com/password/simple).content $pass1 = (Get-Culture).TextInfo.ToTitleCase($pass1.ToLower()) Start-Sleep -Milliseconds 200 $pass2 = (Invoke-WebRequest -Uri http://www.dinopass.com/password/simple).content $pass2 = (Get-Culture).TextInfo.ToTitleCase($pass2.ToLower()) $pass = "$pass1=$pass2" return $pass }
🌐
GitHub
github.com › towerdigital › dinopass-node
GitHub - towerdigital/dinopass-node: Simple DinoPass API client. Awesome password generator for kids and middle aged IT guys.
A very simple promise based API client written in TypeScript for dinopass.com, an awesome password generator for kids and apparently middle aged IT guys.
Author   towerdigital
🌐
Invgate
blog.invgate.com › sysadmin-password-generators
9 Go-To SysAdmin Password Generators
January 10, 2023 - Can generate passwords in bulk. Very light on your system. ... Outdated interface. No autofill options. Only works on Windows. While DinoPass is aimed at kids to encourage them to use strong passwords, it is a very capable password generator for everyone to use.
🌐
GitHub
github.com › tyronewyatt › PowerShell-Scripts › blob › master › dinopass.ps1
PowerShell-Scripts/dinopass.ps1 at master · tyronewyatt/PowerShell-Scripts
$DinoPassURI = 'https://dinopass.com/password' · # Generate multiple passwords from website · $Passwords = For($Counter=1;$Counter -le $Count;$Counter++) ·
Author   tyronewyatt
🌐
Softonic
dinopass.en.softonic.com › home › web browsers › browsers › google chrome
DinoPass for Google Chrome - Extension Download
December 5, 2023 - Developed by DanishDin, this unofficial ... is simple. Just right-click anywhere on a webpage, select "DinoPass" from the menu, and the generated password will be automatically added to your clipboard....
Rating: 8/10 ​ - ​ 1 votes
🌐
npm
npmjs.com › package › dinopass-node
dinopass-node - npm
A very simple promise based API client written in TypeScript for dinopass.com, an awesome password generator for kids and apparently middle aged IT guys.
      » npm install dinopass-node
    
Published   Sep 30, 2019
Version   1.0.1
Author   Phillip Henslee