Spyke
pawb.social

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

13
rockSlayerreply
lemmy.world

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

21
Crulreply
lemm.ee

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>

  


:::

3
adj16reply
lemmy.world

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 :)

10

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

4
Crulreply

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.

2

You reached the end

Passwords – War and Peas | Spyke