Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PasswordGen #914

Merged
merged 12 commits into from
Oct 15, 2024
Merged

PasswordGen #914

merged 12 commits into from
Oct 15, 2024

Conversation

Rogue-35
Copy link
Contributor

@Rogue-35 Rogue-35 commented Sep 17, 2024

Write a short description about your art piece, such as what your artwork represents and your experience drawing it!

my project random password of a specified length using cryptographic techniques.
It combines multiple sources of entropy, such as the current time and system information, to create
a string of random data. This entropy is hashed using the SHA-256 algorithm to produce a
cryptographically secure hash. The code then selects characters from a predefined character set
based on the hash to construct the password. This process ensures that the generated password is
both unpredictable and meets the required length. these passwords are then printed out on blot.

  • I have read the steps to getting a blot
  • I am submitting art that...
    • is algorithmically generated (will meaningfully change each time the program is run)
    • is your own work that is not copied from somewhere else
    • is drawable through the editor(does not use outside tools)
    • doesn't call Math.random() (See the documentation on randomness)
    • is drawable on Blot itself (doesn't have lines overlap more than 5 times)
      • Doesn't overlap lines more than 5 times
      • Fits in the working area of 125x125mm
      • Doesn't rely on colour to look good

If you used based your art on something else, used a tutorial, or remixed it from something else, please link it here:
https://github.com/geschmit/blotfont - used to make the letters/numbers/symbols

Lastly, link a picture of your art piece here:
Screenshot 2024-09-16 203100
Screenshot 2024-09-16 203122
Screenshot 2024-09-16 202743

Copy link

vercel bot commented Sep 17, 2024

@Rogue-35 is attempting to deploy a commit to the Hack Club Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

art/PasswordGen/index.js looks like art! preview it in the editor

@qcoral qcoral added dev development of blot and removed dev development of blot labels Sep 17, 2024
Copy link
Member

@qcoral qcoral left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While it lacks an artistic note, this PR is extremely well polished and is pretty technically engaging; amazing work, approved! You can order a Blot here:
https://airtable.com/appv0BzBY2APyIXj6/shrhpWVXN5imMzUmw

@qcoral qcoral merged commit aaf2948 into hackclub:main Oct 15, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants