⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 encrypt.notes.txt

📁 一个简单的加解密档案的程序提供命令列的方式下命令可适合初学者学习
💻 TXT
字号:
encrypt v0.0.2.14 (0.1.0.0 beta)support has now been re-added for command line parameters, they work like this	encrypt [source file] [password] [decrypted file name]If (only) a source file is passed then you will be prompted for eitherencryption or decryption, a password, and if decrypting, a target file name.If a source file and a password are passed then the process is treated asencryption, and finally if all three are passed then the source file will bedecrypted to the decrypted file name.  It does this because when encrypting afile it creates the file name from a mix of data taken from the password andthe source file name.There is a method to the above madness, you'll all see :pAlso, a technique for encrypting your files and keeping them from increasingin size at all: after encrypting an files, decrypt them using a differentpassword, this way, the total number of bytes in the file will be the same asthe original file (check the source code to see how this is), but the datawill be incoherent.  Unfortunatly this means remembering 2 passwords!  We'reworking on building this function in to the next release.Otherwise, this is a pretty stable release, now getting close to an officialnon-beta type release.Later...encrypt v0.0.2.6 (0.1.0.0 beta)encrypt has now moved from two files to one, thus the overall project size hasbeen reduced; due to sharing of variables and functions.The redundant loop when the encrypted file name was generated has been fix.The reason for moving the project to one file was to allow functions to becalled from multiple files.  This should help as we build a GUI font-end toallow you, the end-users, to compile encrypt with either a GUI or consoleinterface.We're also working on a prober Windows Installer, with help from the NullsoftScriptable Install System, which is why this is a source code only release.Enjoy, and let us know about any bugs, etc.The encrypt Development Team

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -