Encrypton of hidden data on Plugins

A hidden key’s value is visible in the Bubble’s script.
A private key’s value is not visible. You can access this value only in the API connector and server-side actions.

Please have a look at the following video:

In the example above, there are two parameters:

  • name: hidden_key; value: find_me_i_am_a_hidden_key;
  • name: secret_key; value: find_me_i_am_a_secret_key

The find_me_i_am_a_hidden_key is available and the find_me_i_am_a_secret_key is not in the script:
https://dhtiece9044ep.cloudfront.net/package/run_js_page/e54a66b640d6169b814e7d6c251f7064a4de8eb53b9f5e3aec68f2e0d759c2dc/testing-keys/test/index/xnull/xfalse/xfalse/xfalse/en_us/xfalse/xtrue

1 Like