Giter Club home page Giter Club logo

ssh-buanshishi / peazip_filekey_encryption_mode_to_plaintext_password Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 70 KB

软件能在已知peazip中设定的密钥文件(可选)和密码(可选)的情况下,将peazip的这种双重验证加密模式,转换为可以被其他压缩软件识别的明文密码,进而无需安装peazip,即可解压由peazip的这种加密模式创建出来的压缩包(peazip自己的压缩包格式“PEA”除外)。

License: GNU General Public License v3.0

Python 98.44% Batchfile 0.11% C 1.45%
peazip converter encryption-decryption

peazip_filekey_encryption_mode_to_plaintext_password's Introduction

Peazip文件密钥加密模式 - 转 - 明文密码

peazip_filekey_encryption_mode_to_plaintext_password

介绍: 软件能在已知peazip中设定的密钥文件(可选)和密码(可选)的情况下,将peazip的这种双重验证加密模式,转换为可以被其他压缩软件识别的明文密码,进而无需安装peazip,即可解压由peazip的这种加密模式创建出来的压缩包(peazip自己的压缩包格式“PEA”除外)。

同样的,在加密压缩包时,也可以通过本软件选择密钥文件(可选)和密码(可选)。本软件据此生成明文密码后,用peazip外的其他压缩软件(用这个生成的明文密码)加密文件,加密后的文件反过来也支持在peazip中,通过设定密钥文件(可选)和密码(可选)的方式进行解压,或者依旧选择本软件生成明文密码进行解压。

总之,可以理解为peazip和其他解压软件是能够“互通”的,明文密码就是“互通”的桥梁,peazip和其他解压软件最终都是通过明文密码进行加密或解密压缩文件的(peazip自己的压缩包格式“PEA”除外),只不过peazip的明文密码是通过它自己的方式算出来的,现在知道了这个计算的过程和原理后,桥梁就算被打通了。

转换原理参考自:https://peazip.github.io/extract-encrypted-files.html ,如下图: 快照2

软件特性:

1.转换明文密码的计算过程会安排在新开的、单独的线程或进程中计算。文件大小 <= 20MB ,会直接在新开的独立线程中进行计算;文件大小 > 20MB ,将会在这个新开的独立线程中再开一个单独的进程进行计算,线程则负责给新开的进程传递参数和等待进程返回结果。这样的设定能保证软件的主线程,也就是界面,不会因为用来生成密钥的文件大小过大(几百MB甚至几个G朝上)而卡死。

2.每计算一个文件对应的密钥值,这个文件对应的密钥值就会被记录到内存中用于记忆(限制最多记忆100个),因此只要软件运行期间,第二次拖入同样路径下的文件时,程序会跳过读取文件和计算的步骤,直接从之前在内存的记录中调出这个文件对应的密钥值,这样可以大大加快重复使用大文件进行处理时的运行速度。如果想要强制对文件进行重新读取和处理,可以通过“清除当前文件记忆”按钮或者“清除全部文件记忆”按钮来清空这些记忆的文件和对应的密钥值。

3.悬停在按钮、输入框上可获取使用提示。

演示和教程: https://wwkq.lanzouq.com/iMrKj1ettz2b (v1.0)

peazip_filekey_encryption_mode_to_plaintext_password's People

Contributors

ssh-buanshishi avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.