To embed the obfuscated data into your webpage, create an HTML
element (like a <div> or <span>) and add the attribute
d-obf with the obfuscated data as its value. For
example:
<button d-obf="">
Click to decrypt
</button>
You also need to include the JavaScript file that handles the deobfuscation process. We recommend hosting the script yourself for better reliability. Include it in your HTML with a <script> tag:
<script src="/js/secure-content.js"></script>
You can find the source code for the script here: dist/script.min.js