GayPizzaSpecifications / enclave

Secure Enclave CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enclave

Secure Enclave CLI

Usage

$ echo "Hello World" > hello.txt
$ swift run enclave hello.txt > encrypted.txt
$ swift run enclave -d encrypted.txt
Hello World

About

Secure Enclave CLI

License:MIT License


Languages

Language:Swift 100.0%