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

Feature request: Add a 'random number generation' operation #1954

Open
francisco-lafe opened this issue Dec 26, 2024 · 0 comments
Open

Feature request: Add a 'random number generation' operation #1954

francisco-lafe opened this issue Dec 26, 2024 · 0 comments
Labels

Comments

@francisco-lafe
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. E.g. I'm always frustrated when [...]

I often use cyberchef for the simple UI it has with the following recipe:
https://gchq.github.io/CyberChef/#recipe=Register('(?%3C%3Dnumber:%5C%5Cs)(.*)',true,false,false)Register('(?%3C%3Dlength:%5C%5Cs)(.*)',true,false,false)HTTP_request('GET','https://makemeapassword.ligos.net/api/v1/alphanumeric/plain?c%3D$R0%26l%3D$R1%26sym%3D1','','Cross-Origin%20Resource%20Sharing',false)Add_line_numbers()Find_/_Replace(%7B'option':'Regex','string':'%5C%5Cs'%7D,'',true,false,true,false)&input=bnVtYmVyOiAxCmxlbmd0aDogMjAK

It utilizes an external service (makemeapassword) for password generation.

Describe the solution you'd like
A clear and concise description of what you want to happen.

I would like any sort of random generation algorithm to utilize alongside many of the parsers/transformation tools from Cyberchef

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Currently the alternative is the one aforementioned, where I use an external service response and manipulate it.

Additional context
Add any other context or screenshots about the feature request here.

A big thanks for reading :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant