All Projects → cforth → Cryptoapp

cforth / Cryptoapp

Licence: mit
加密解密工具箱GUI程序,支持Windows和linux系统。

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Cryptoapp

FotoKilof
GUI for ImageMagick
Stars: ✭ 114 (+375%)
Mutual labels:  pillow, tkinter
Pycraft
Pycraft is the OpenGL, open world, video game made entirely with Python. This project is a game to shed some light on OpenGL programming in Python as it is a seldom touched area of Python's vast amount of uses. Feel free to give this project a run, and message us if you have any feedback!
Stars: ✭ 39 (+62.5%)
Mutual labels:  pillow, tkinter
Mandelbrot-set-explorer
An interactive Mandelbrot set, made with Python3 and Tkinter
Stars: ✭ 31 (+29.17%)
Mutual labels:  pillow, tkinter
bot tulis
Pemalas versi desktop. Untuk yang ini tersedia versi CMD dan GUI. Pemalas adalah program untuk mengubah text menjadi tulisan diatas buku dalam bentuk gambar.
Stars: ✭ 43 (+79.17%)
Mutual labels:  pillow, tkinter
Acra
Database security suite. Database proxy with field-level encryption, search through encrypted data, SQL injections prevention, intrusion detection, honeypots. Supports client-side and proxy-side ("transparent") encryption. SQL, NoSQL.
Stars: ✭ 726 (+2925%)
Mutual labels:  crypto
Infospider
INFO-SPIDER 是一个集众多数据源于一身的爬虫工具箱🧰,旨在安全快捷的帮助用户拿回自己的数据,工具代码开源,流程透明。支持数据源包括GitHub、QQ邮箱、网易邮箱、阿里邮箱、新浪邮箱、Hotmail邮箱、Outlook邮箱、京东、淘宝、支付宝、中国移动、中国联通、中国电信、知乎、哔哩哔哩、网易云音乐、QQ好友、QQ群、生成朋友圈相册、浏览器浏览历史、12306、博客园、CSDN博客、开源中国博客、简书。
Stars: ✭ 5,984 (+24833.33%)
Mutual labels:  tkinter
Cryptomator
Multi-platform transparent client-side encryption of your files in the cloud
Stars: ✭ 6,623 (+27495.83%)
Mutual labels:  crypto
Rate.sx
💰 curl cryptocurrencies exchange rates
Stars: ✭ 563 (+2245.83%)
Mutual labels:  crypto
Virgil Crypto Php
Virgil PHP Crypto Library is a high-level cryptographic library that allows you to perform all necessary operations for secure storing and transferring data and everything required to become HIPAA and GDPR compliant.
Stars: ✭ 22 (-8.33%)
Mutual labels:  crypto
Chronophore
Desktop app for tracking student sign-ins in a tutoring center.
Stars: ✭ 6 (-75%)
Mutual labels:  tkinter
Maskbook
The portal to the new, open internet. ([I:b])
Stars: ✭ 691 (+2779.17%)
Mutual labels:  crypto
Memegen
The free and open source API to generate memes.
Stars: ✭ 648 (+2600%)
Mutual labels:  pillow
Awesome Mpc
A curated list of multi party computation resources and links.
Stars: ✭ 749 (+3020.83%)
Mutual labels:  crypto
Awesome Blockchain
Curated list of blockchain services and exchanges 🔥🏦🔥🏦🔥🏦🔥
Stars: ✭ 604 (+2416.67%)
Mutual labels:  crypto
Microwalk
A microarchitectural leakage detection framework using dynamic instrumentation.
Stars: ✭ 19 (-20.83%)
Mutual labels:  crypto
Subzero
Square's Bitcoin Cold Storage solution.
Stars: ✭ 598 (+2391.67%)
Mutual labels:  crypto
Libsodium.js
libsodium compiled to Webassembly and pure JavaScript, with convenient wrappers.
Stars: ✭ 665 (+2670.83%)
Mutual labels:  crypto
Whorlwind
Makes fingerprint encryption a breeze.
Stars: ✭ 829 (+3354.17%)
Mutual labels:  crypto
Certigo
A utility to examine and validate certificates in a variety of formats
Stars: ✭ 662 (+2658.33%)
Mutual labels:  crypto
Wallet Core
Cross-platform, cross-blockchain wallet library.
Stars: ✭ 657 (+2637.5%)
Mutual labels:  crypto

CryptoApp 加密解密工具箱

E-mail:[email protected]

一个基于pycryptodome库实现的加密解密工具箱GUI程序,支持在Windows系统和Linux系统上运行。包含以下几个小工具,可通过选项菜单进行切换。

可以选择使用AES-12B ECB模式或是CBC模式进行加密解密。

使用环境需要

  • Python
  • Windows(32位/64位)
    • Windows XP及以上
  • Linux
    • python3-tk

功能介绍

  • Cryptor--加密解密器

    • 支持加密字符串、文件、文件夹,可以预览加密或解密后的文件名称。
  • TextLook--文本查看器

    • 支持查看和保存,使用CFCrypto加密或者未加密过的文本文件。
  • ImgLook--图片查看器

    • 支持常见图片格式(包括GIF动图)的显示,并且支持读取使用CFCrypto加密过的图片。

使用方法

  • Linux系统(命令行)

    python3 CryptoApp.pyw
    
  • Windows系统

    需要在环境变量Path中增加python安装目录路径,双击CryptoApp.pyw文件即可。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].