🌐
DinoPass
dinopass.com › api
DinoPass API
Password generator for creating simple, memorable and kid-friendy passwords
🌐
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
🌐
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 wanted to drop a link to a site I've used to help make K-12 passwords, DinoPass at https://www.dinopass.com/. The passwords easy to remember and have a pre-selected dictionary to make them small words kids would remember. In addition, their API works such that you can use it from a Google Docs Spreadsheet to create passwords randomly at the drop of a hat.
🌐
DinoPass
dinopass.com › about
DinoPass - Simple password generator for kids
DinoPass has an API available that you are welcome to use in your applications.
🌐
GitHub
github.com › tyronewyatt › PowerShell-Scripts › blob › master › dinopass.ps1
PowerShell-Scripts/dinopass.ps1 at master · tyronewyatt/PowerShell-Scripts
# Set dinopass API URI · $DinoPassURI = 'https://dinopass.com/password' · # Generate multiple passwords from website · $Passwords = For($Counter=1;$Counter -le $Count;$Counter++) ·
Author   tyronewyatt
🌐
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 › 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
🌐
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 - DinoPass is a child friendly way to generate easy to read and remember passwords. You can chose between simple and strong password options as well, and they have a completely free API to generate passwords using PowerShell scripts.
🌐
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.
🌐
GitHub
github.com › mr-grj › dinopass
GitHub - mr-grj/dinopass: DinoPass is a Python project for managing your passwords.
I've decided that I want this service to be powered by an API backend, so that I can easily extend it.
Author   mr-grj
Find elsewhere
🌐
The Random Admin
therandomadmin.com › home › dino passwords!
Dino Passwords! - The Random Admin
August 25, 2021 - I personally like using the API with new user creation scripts. The API is a single line with the invoke-webrequest command let. (Invoke-WebRequest -Uri http://www.dinopass.com/password/strong).content
🌐
npm
npmjs.com › package › dinopass-node › v › 0.0.5
dinopass-node - npm
A very simple promise based node.JS api client for dinopass.com.
      » npm install dinopass-node
    
Published   Sep 30, 2019
Version   0.0.5
Author   Phillip Henslee
🌐
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 limit on the random password to help prevent crashing.
🌐
Invgate
blog.invgate.com › sysadmin-password-generators
9 Go-To SysAdmin Password Generators
January 10, 2023 - While DinoPass is aimed at kids to encourage them to use strong passwords, it is a very capable password generator for everyone to use. It’s free and simple, it generates both simple (yet secure) and strong passwords, and has an easy-to-integrate API.
🌐
MHarwood Web Solutions
mharwood.uk › home › automation › using dinopass in powershell
Using DinoPass in PowerShell - MHarwood Web Solutions
November 22, 2018 - $super_secure_password = Invoke-WebRequest -Uri https://www.dinopass.com/password/strong | Select-Object -ExpandProperty content | ConvertTo-SecureString -AsPlainText -Force
🌐
GitHub
github.com › mr-grj › dinopass › blob › master › README.md
dinopass/README.md at master · mr-grj/dinopass
I've decided that I want this service to be powered by an API backend, so that I can easily extend it.
Author   mr-grj
🌐
GitHub
github.com › jamesryanbell › dinopass › watchers
Watchers · jamesryanbell/dinopass
A very simple wrapper for the Dinopass password generator API - Watchers · jamesryanbell/dinopass
Author   jamesryanbell