Does Processing have a system random type

Is there anything that is secure enough to generate encryption codes?

Random generator in processing most like relies on what Java language offers, but then again you can use external Java libraries and Iā€™m sure there exists random generators that are good enough.

Hello,

https://www.geeksforgeeks.org/random-vs-secure-random-numbers-java/

Example used in Processing (from web site above):

:)

You can use the SHA-1 or SHA-256 hashing algorithms. I used these when encrypting images in my Steganos library.

I gave some detail of it use in this discussion

1 Like