Passwords – War and Peas

Source: Passwords – War and Peas – Webcomic

RSS Feed: https://warandpeas.com/feed

463 points · 15 comments · view on lemmy.world

15 Comments

WtfEvenIsExistence@lemmy.ca · 21 pts · 2y (4 replies)
[ removed ]
name_NULL111653@pawb.social · 13 pts · 2y (3 replies)

Does this exist? Tell me this exists... If not I'll fork some other manager just for the name change...

rockSlayer@lemmy.world · 21 pts · 2y (2 replies)

I've slowly been making a password manager over the years, I'll happily change the name to Ouija, simply because some company swooped in and trademarked the name I chose

Cinnamon3431@lemmy.world · 4 pts · 2y

haha looking forward to it

name_NULL111653@pawb.social · 2 pts · 2y

Comment saved. Looking forward to it.

LibertyLizard@slrpnk.net · 19 pts · 2y

I’m so ready for the slutty uprising.

collegefurtrader@discuss.tchncs.de · 13 pts · 2y (4 replies)

Unironically my passwords follow this format

TrustingZebra@lemmy.one · 14 pts · 2y (3 replies)

Ironically my passwords follow this format: *******

altasshet@lemmy.ca · 14 pts · 2y (2 replies)

hunter2

TrustingZebra@lemmy.one · 7 pts · 2y

wait, how do you know my pw?

BleatingZombie@lemmy.world · 3 pts · 2y

You know my grandson?

true_espionage@lemmy.world · 7 pts · 2y (4 replies)

Any website where I can make such random slutty passwords?

Crul@lemm.ee · 3 pts · 2y (3 replies)

I asked Claude.ai to write a "witchy" theme password generator:
WARNING: This is not intended to be used to generate real passwords, they may not be secure (enough)
https://syncfiddle.net/fiddle/-NdzulDiwTeG5GCzFEn1

I think you have to push the RUN green button.

::: spoiler Prompts used Write a program in JavaScript that generates random password phrases composed of "witchy"-theme words.

Here it is an example of a password composed of "witchy"-theme words:

SluttyUpri$ing69Kill-Kill-Kill#Destroy-Burn-It-All-D0wn


It's a bit too serious. Rewrite the arrays adjective and nouse adding some funny words while keeping the "witchy" theme.


Now write a simple HTML frontend to use it :::

::: spoiler HTML / JS code, in case the snippet expires

  Witchy Password Generator



  <h1>Witchy Password Generator</h1>
  
  Generate Password
  
  <div></div>

:::

adj16@lemmy.world · 10 pts · 2y (2 replies)

This feels like an appropriate place to comment that passwords of that length are essentially uncrackable by modern standards and that you have no need for the pesky and easily forgettable special characters or numbers! Relevant xkcd.

Quick note on the comic - dictionary attacks are possible now, so four plaintext words is not enough without special characters, but 10, like your example, is more than enough :)

synapse1278@lemmy.world · 4 pts · 2y

Pass-sentences are also easier and faster to type depcite being longer.

Crul@lemm.ee · 2 pts · 2y

I didn't realize that someone could use it to create real passwords (...which now seems obvious).

So I added a warning, just in case.