vernam-cipher-decode

A reusable implementation to decode messages encoded with vernam-cipher-encode. (Takes the encoded message and the key as input and returns decoded message)

Usage no npm install needed!

<script type="module">
  import vernamCipherDecode from 'https://cdn.skypack.dev/vernam-cipher-decode';
</script>

README