decrypt-string-js

Decrypt string from ASCI

Usage no npm install needed!

<script type="module">
  import decryptStringJs from 'https://cdn.skypack.dev/decrypt-string-js';
</script>

README

Decrypt string from ASCII code

Use

'use strict';

  const decrypt = require('decrypt-string-js');
  
  decrypt.decryptString();