UNPKG

sefin-cipher

Version:

Sefin-Cipher is a JavaScript module that offers text encoding and decoding capabilities through a customized character mapping.

7 lines (5 loc) 112 B
const sef3 = require('./ciphers/sef3.js'); const sefinCipher = { sef3, }; module.exports = sefinCipher;