谜 Web的快速,本机,与环境无关的加密引擎 import Enigma from '@cubbit/enigma' ; new Enigma . AES ( ) . init ( ) . then ( async ( aes : Enigma . AES ) => { const my_secret = 'My secret' ; const cipher = await aes . encrypt ( my_secret ) ; console . log ( cipher ) ; } ) ; /* { content: , tag