文件名称:cryptyrust:CLI和GUI文件加密
文件大小:374KB
文件格式:ZIP
更新时间:2024-04-29 03:21:59
Rust
隐秘 简单的跨平台cli和gui文件加密。 用法: 使用gui,只需将文件拖放到窗口上,设置密码,然后选择保存位置即可。 要解密,请将加密的文件放在窗口上,输入密码,然后选择输出位置。 带有CLI的示例: # encrypt the file test.mp4 with password 12345678 and décrypt it: ./cryptyrust_cli -e test.mp4 -p 12345678 ./cryptyrust_cli -d test.mp4.crypty -p 12345678 # Or you can enter an output file name with -o flag if you want: ./cryptyrust_cli -e test.mp4 -p 12345678 -o myEncryptedFile ./cry
【文件预览】:
cryptyrust-main
----.gitignore(2KB)
----jetbrains.png(164KB)
----core()
--------src()
--------Cargo.toml(160B)
----cli()
--------src()
--------Cargo.toml(261B)
----.travis.yml(196B)
----LICENSE(34KB)
----Cargo.toml(56B)
----README.md(2KB)
----gui()
--------adapter.cpp(3KB)
--------macCryptyrustLogo.icns(218KB)
--------mainwindow.cpp(3KB)
--------droparea.h(3KB)
--------mainwindow.h(467B)
--------droparea.cpp(6KB)
--------main.cpp(220B)
--------cryptyrust.ico(6KB)
--------mainwindow.ui(3KB)
--------adapter.h(824B)
--------CMakeLists.txt(1KB)
----build_linux.sh(77B)
----adapter()
--------src()
--------Cargo.toml(242B)
----git_push.sh(378B)