The Wayback Machine - https://web.archive.org/web/20210803034638/https://github.com/topics/decrypt-files
Here are
36 public repositories
matching this topic...
You can decrypt RPG-Maker-MV Resource Files with this project ~ If you don't wanna download it, you can use the Script on my HP:
Updated
Feb 14, 2021
JavaScript
You can decrypt whole RPG-Maker MV Directories with this Program, it also has a GUI.
Updated
May 21, 2021
Java
In-Browser AES File Encryption 🔐 with Data Integrity Check 🔍
Updated
Oct 31, 2020
JavaScript
This tool will encrypt-decrypt your files and directories. It has built-in password generator and featured with Colourful UI. It is based on AES (Advanced Encryption Standard) CBC mode Algorithm Symmetric Cryptography and made in Python language (Python3)
Updated
Jun 7, 2021
Python
Easily encrypt, edit, and decrypt files through Finder (rather than command line). When you choose to edit an encrypted file, you can edit it directly in Sublime Text 3 instead of nano or vim.
Updated
Feb 4, 2015
Shell
🔒 Use your Trezor device to symmetrically encrypt and decrypt files
Updated
Dec 4, 2017
Python
Simple encryption program using XTEA cipher to encrypt or decrypt files. Written in C++
Updated
Oct 17, 2020
Python
GTKCrypto allows you to easily encrypt, sign and compute hash of your data.
Spring Boot app which using Bouncy Castle library to encrypt and decrypt files (see JUnit test).
Updated
Dec 30, 2017
Java
Linux.sh is a command line tool for encrypting and uploading files to the cloud quickly
Updated
Dec 25, 2018
Python
A program to encrypt a given file by shifting the bytes of a file by pseudorandom numbers.
Encryption and Decryption. Windows Application.
Updated
Feb 25, 2021
Python
Crypt\Decrypt. By AES algorithm.
Updated
Nov 21, 2016
Python
🔑 A triplesec wrapper (bash) for encrypting/decrypting files.
Updated
Jun 27, 2019
Shell
Ad-hoc encrypt and decrypt data behind multiple layers of protection via OpenSSL or GPG
CLI for the crypto module to encrypt / decrypt files in your machine
Updated
Oct 17, 2018
JavaScript
A program that can encrypt or decrypt text using two methods: shift and unicode.
Updated
May 26, 2020
Java
Tiny Encryption Algorithm implementation in C. It is a terminal program used to encrypt/decrypt files using 128 bit key.
Node.js based program which allows the user to encrypt and decrypt files.
Updated
Mar 19, 2017
JavaScript
AES-FileCryptor is an executable to encrypt and decrypt files. The executable was written and tested in .Net 5.0.
Updated
Feb 5, 2021
Visual Basic .NET
A Windows Form app for encrypting and decrypting files and folders.
File Encryptor is a lightweight tool that uses AES to encrypt and decrypt files on your computer.
Updated
Jul 30, 2021
HTML
Program for encrypting and decrypting files.
Updated
Dec 24, 2018
Rust
A cli tool to easily encrypt and decrypt files
Updated
Jun 15, 2021
JavaScript
A utility to quickly encrypt/decrypt files through CLI
Updated
Apr 5, 2020
Swift
C++ program to encrypt and decrypt files based on the Affine cypher algorithm.
A Javascript library for AES256-CBC encrypt/decrypt files. Format of AesCrypt (version 2)
Updated
Jan 6, 2021
JavaScript
Improve this page
Add a description, image, and links to the
decrypt-files
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
decrypt-files
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
We should inline our worker script so that the entry bundle can instantiate penumbra workers without any external URL references.
We can do this by adding a build step to compile the worker script and expose this through
process.env
(or similar) for embedding by Webpack. This embedded minified worker script could be allocated to a Blob URI at runtime and used for worker instantiation.