EnigmaKit
- 授权协议: MIT
- 开发语言: SHELL Swift
- 操作系统: iOS
- 软件首页: https://github.com/mikaoj/EnigmaKit
软件介绍
EnigmaKit 是 Swift 的一种 加密方法
使用:
// Will create an Enigma with an empty plugboard, rotors I, II, III and reflector B (wide).
let enigma = Enigma()
// Will output "ILBDA AMTAZ"
let result = enigma.encode("HELLO WORLD")let enigma = Enigma()
// "HELLO WORLD"
let result = enigma.decode("ILBDA AMTAZ")运行工程实例,克隆 repo,并且先从实例项目运行 pod install
