Generate Hash code, for SAAS registration

Hello, I’m finishing my project, and I need to generate the application’s HASH code, so I can send it to the company to register the SAAS that I’m developing in bubble, how do I generate this HASH code for my SAAS?

Hey @itamardroxx :wave:

Welcome to the Bubble Community! :tada: :confetti_ball:

There are multiple plugins that can create a hash. It just depends on what type you need. Check it out: Encode Hash & CryptoJS · BEP Plugin | Bubble

Type in Hash under plugins and you will see a list of them to try out.

Does that help at all? :man_shrugging:

Try choosing a secure hashing algorithm like SHA-256 or SHA-512, gathering all relevant information about your Bubble app and concatenating the app information into a single string. Then apply the chosen hashing algorithm to the input string and format the hash code correctly.