Skip to content

chenchenwuai/znu-rc4

Repository files navigation

znu-rc4

🚀 a sample rc4 class 🌈

使用

import RC4 from  './znu-rc4';
const rc4 = new RC4('key');
const a = [1,2,3,4]
const b = rc4.crypt(a)