• ℛ𝒶𝓋ℯ𝓃
      link
      English
      1210 months ago

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

    • @Crul@lemm.eeOP
      link
      fedilink
      English
      3
      edit-2
      10 months ago

      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.

      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

      HTML / JS code, in case the snippet expires
        Witchy Password Generator
      
      
      
        <h1>Witchy Password Generator</h1>
        
        Generate Password
        
        <div></div>
      
      • @adj16@lemmy.world
        link
        fedilink
        English
        1010 months ago

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

        • Synapse
          link
          fedilink
          English
          410 months ago

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

        • @Crul@lemm.eeOP
          link
          fedilink
          English
          210 months ago

          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.