Total Pageviews

Saturday 5 March 2022

文件加密/解密程序汇总

1. hat.sh ,https://briteming.blogspot.com/2022/03/hatsh.html

2. File Lock PEA , https://briteming.blogspot.com/2022/03/file-lock-pea.html

3. Crypter ,https://briteming.blogspot.com/2022/03/crypter-secure-cross-platform.html

4. darkwire.io ,https://briteming.blogspot.com/2022/03/darkwireio-end-to-end-encrypted-instant.html

5. Encryption SDK for JavaScript

6. Rexor

A small encryption algorithm written in VB.NET. Please contribute and develop with me!

http://rexor.codeplex.com/

7. NaCL - Networking and Crytography library

NaCl is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc. NaCl provides a simple crypto_box function that does everything in one step. The function takes the sender's secret key, the recipient's public key, and a message, and produces an authenticated ciphertext.

http://nacl.cr.yp.to/

8. triplesec - Triple Security for the browser and Node.js

If you want to resalt derived keys with every encryption, you should explicitly ask for that. Otherwise, salt will be reused to speed up encryption (and decryption). Documentation generated by codo is available here.

https://github.com/keybase/triplesec

9.Cryptographer

Cryptographer is a simple encryption/decryption application written in C# WinForms. It allows encryption and decryption using MD5, Rijndael, XOR and Hex.

http://cryptographer.codeplex.com/

10. Kryptor - A simple, modern, and secure encryption tool

Kryptor is a simple, modern, and secure encryption tool. It is a portable, cross-platform command line tool that makes use of modern and secure cryptographic algorithms. It aims to be a mixture of age and Minisign in terms of functionality to provide a simple, user friendly alternative to GPG.

  • Encrypt files/folders with a password, keyfile, or asymmetric keys.
  • Create and verify digital signatures. Supports an authenticated comment and prehashing for large files.
  • Generation of asymmetric key pairs. The private key is encrypted for protection at rest.
  • UNIX style password entry and random passphrase generation.
  • Encrypting files using a recipient's public key allows for authenticated file sharing.
  • Random keyfile generation. Any type of file can also be used as a keyfile.
  • Optional obfuscation of output file names when encrypting files/folders.
  • Optional overwriting of input files

https://github.com/samuel-lucas6/Kryptor
https://www.kryptor.co.uk/

11. orion - usable, easy and safe pure-Rust crypto

Orion is a cryptography library written in pure Rust. It aims to provide easy and usable crypto while trying to minimize the use of unsafe code. You can read more about Orion in the wiki. This library has not undergone any third-party security audit. Usage is at own risk.

https://github.com/orion-rs/orion

12. halite - High-level cryptography interface powered by libsodium

Halite is a high-level cryptography interface that relies on libsodium for all of its underlying cryptography operations. Halite was created by Paragon Initiative Enterprises as a result of our continued efforts to improve the ecosystem and make cryptography in PHP safer and easier to implement.

https://paragonie.com/project/halite
https://github.com/paragonie/halite

13. Chiave 

Application for file encryption and decryption using 512 Bit Rijndael encryption algorithm with simple UI to use. Its written in C# and compiled in .Net version 3.5, it incorporates features of Windows 7 like Jumplists, Taskbar progress and Aero Glass. Coming Soon New Chia...

http://chiave.codeplex.com/

14. GPG-Crypter

GPG-Crypter is a graphical front-end to GnuPG(GPG) using the GTK3 toolkit and GPGME library. It has been developed to provide an easy access to GPG encryption and decryption. It supports encryption and decryption of text entered into the program's input fields. It also supports file encryption and decryption.

http://gpg-crypter.sourceforge.net

15. redoctober - Go server for two-man rule style file encryption and decryption.

Red October is a software-based two-man rule style encryption and decryption server. Red October is a TLS server. It requires a local file to hold the key vault, an internet address, and a certificate keypair.

http://blog.cloudflare.com/red-october-cloudflares-open-source-implementation-of-the-two-man-rule
https://github.com/cloudflare/redoctober

16. minisign.

https://briteming.blogspot.com/2022/02/minisign.html

No comments:

Post a Comment