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
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
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) ...
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.
Microsoft Edge
microsoftedge.microsoft.com › addons › detail › password-generator-with- › hdmiigcjoolmplmjamjgcggbigcphobk
Password Generator (With DinoPass) - Microsoft Edge Addons
Make Microsoft Edge your own with extensions that help you personalize the browser and be more productive.
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.
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 }
X
x.com › tubblog › status › 1410213331651153925
Richard Tubb on X: "DinoPass is a website that helps in educating children on cybersecurity by providing a password generator for them. Read about Dinopass created by @codemoji123 in my article ▸ https://t.co/pAsSEmma71 #Passwords #PasswordGenerator #Cybersecurity https://t.co/jaY5Su1vrL" / X
DinoPass is a website that helps in educating children on cybersecurity by providing a password generator for them.
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
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....
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