Skip to content

bWhirring/encipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

encipher

AES 加密解密

import { encrypted, decrypted } from 'encipher';

const msg = 'text'
const encrpy = encrypted('msg)

const decrpy = decrypted(encrpy.toString()) // msg === decrpy

About

aes 简单加解密

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published