If you need to transit sensitive data you know leaving it in plaintext is not ideal, so using a layer that makes the data more difficult to capture is essential.
<script src="https://octhahq.github.io/joth-jquery/joth.min.js"></script>This key is used to encrypt and decrypt the data. It must contain 48 characters.
joth.secret('a665a45920422f9d417e4867efdc4fb8a04a1f3fff1fa07e');joth.to('/auth', 'email', 'password');
joth.to('/user/*', 'email', 'name');
joth.to('/invoice', ['name', 'address']);joth.setAttr('email', 'password');
joth.setAttr(['name', 'address']);This package is licensed under the MIT license © Octha.