Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uk0/file_encryption

文件加密 并且将文件名放在加密文件内,可以自释放。
https://github.com/uk0/file_encryption

de-s des fileencrtption rust

Last synced: about 12 hours ago
JSON representation

文件加密 并且将文件名放在加密文件内,可以自释放。

Awesome Lists containing this project

README

        

# file_encryption

#### info

```bash
# 将文件加密并且将文件名写在index = 0
# 支持 'https://github.com/substantic/rain'
```

#### example

```bash
#lib_self_release.rs

./gui/bin/task_unix + type +' ' +Key + ' '+ SelectFile+ ' ' + savedir +' ' +platform

./gui/bin/task_unix e test123 /Users/firshme/testfile /Users/firshme/Desktop/work/file_encryption/ 1

```

#### build

```bash

sudo port install x86_64-w64-mingw32-gcc

rustup target add x86_64-pc-windows-gnu

# /toolchains/xxxxxxxx-apple-darwin/
cp /opt/local/x86_64-w64-mingw32/lib/* ~/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-pc-windows-gnu/lib/

cargo build --target x86_64-pc-windows-gnu

```

#### macos

![img](osx.png)

#### windows

![img](windows.png)