#
decryption
Here are 775 public repositories matching this topic...
Open
Add URL decoding
8
bee-san
commented
Sep 7, 2020
Problem:
URLs are encoded like so:
" " == "%20"
There are many more encodings other than space, this is just one example.
Resources
https://www.w3schools.com/tags/ref_urlencode.ASP
https://www.urlencoder.org/
URL Decoding in Python
https://stackoverflow.com/questions/16566069/url-decode-utf-8-in-python
https://www.urldecoder.io/python/
Guide on how to add thi
The 'jsrsasign' (RSA-Sign JavaScript Library) is an opensource free cryptography library supporting RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, OCSP, CMS SignedData, TimeStamp, CAdES JSON Web Signature/Token in pure JavaScript.
cms
encryption
certificate
aes
signature
rsa
sha2
x509
asn1
ecdsa
sha1
timestamp
crl
decryption
ocsp
3des
dsa
-
Updated
Sep 8, 2020 - HTML
A helm plugin that help manage secrets with Git workflow and store them anywhere
kubernetes
encryption
kms
helm
pgp
secret-management
secrets
kubernetes-secrets
k8s
helm-charts
decryption
encryption-tool
secrets-stored
helm-plugin
sops
-
Updated
Jul 16, 2020 - Shell
Spring Boot JAR 安全加密运行工具,支持的原生JAR。
-
Updated
Aug 27, 2020 - Java
security
encoding
encryption
localstorage
decompression
pbkdf2
secure
rc4
data-compression
rabbit
aes-encryption
des
decrypt
decryption
compressed-data
lz-string
-
Updated
Aug 17, 2020 - JavaScript
electron
windows
macos
linux
client
security
crypto
cross-platform
desktop
decryption
data-encryption
masterpass
crypter
encyption
-
Updated
Sep 2, 2020 - JavaScript
A Linux Ransomware
python
c
linux
cryptography
encryption
aes
openssl
malware
ransomware
crypto-library
malware-analysis
python-2
aes-encryption
decryption
rsa-cryptography
rsa-key-encryption
malware-development
ransomware-prevention
ransom-worm
linux-ransomware
-
Updated
Jun 23, 2020 - Python
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
php
laravel
composer
eloquent
encryption
database
aes
php7
databases
laravel-5-package
encrypt
decrypt
decryption
eloquent-models
laravel5
eloquent-database
composer-package
-
Updated
Dec 16, 2019 - PHP
Modern cryptography for PostgreSQL using libsodium.
-
Updated
Sep 7, 2020 - C
AES encryption working between Objective-C and Java.
-
Updated
Jan 7, 2018 - Objective-C
Simple and powerful web filter for HTTP and HTTPS traffic
-
Updated
Aug 25, 2020 - Shell
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:
javascript
html
html5
js
personal-project
encryption-key
decryption
rpg-maker-mv
rpg-maker
decrypting-files
rpgmvm-file
rpgmvp-file
rpgmvo-file
decrypt-files
offline-js
rpgmvp
rpgmvm
rpgmvo
mv
-
Updated
Mar 1, 2020 - JavaScript
cryptography
crypto
encryption
aes
pkcs7
cbc
pkcs5
decryption
pkcs
cipher-block-chaining
padding-oracle
-
Updated
Jul 17, 2020 - TypeScript
Underlock makes it dead simple to encrypt and decrypt your data and files. It comes with little to no dependencies and has a very small API surface.
-
Updated
Apr 9, 2018 - Ruby
You can decrypt whole RPG-Maker MV Directories with this Program, it also has a GUI.
java
gui
jar
personal-project
java-8
decryption
rpg-maker-mv
rpg-maker
decrypting-files
rpgmvm-file
rpgmvp-file
rpgmvo-file
decrypt-files
java-decrypter
rpgmvp
rpgmvm
rpgmvo
mv
rpg-maker-decrypt
-
Updated
May 4, 2019 - Java
In-Browser AES File Encryption 🔐 with Data Integrity Check 🔍
-
Updated
Feb 20, 2020 - JavaScript
Android cryptography library with SecureRandom patches.
-
Updated
Oct 7, 2018 - Kotlin
A Laravel package for encrypting and decrypting files of any size
-
Updated
Mar 7, 2020 - PHP
Android Secure SharedPreferences Using Facebook Conceal Encryption
android
java
facebook
encryption
sharedpreferences
simple
proguard
decryption
conceal
secure-android-sharedpreferences
concealsharedpreference-android
android-secure-sharedpreferences
-
Updated
Sep 8, 2020 - Java
CLI crypto swiss-army knife for performing and composing encoding, decoding, encryption, decryption, hashing, and other various cryptographic operations on streams of data from the command line; mostly intended for ad hoc, infosec-related uses.
-
Updated
Aug 4, 2018 - Ruby
AES encryption working between Objective-C and Java.
-
Updated
Apr 10, 2017 - Java
A simple shell utility for encrypting and decrypting files using OpenSSL.
bash
cryptography
encryption
openssl
aes-256
shell-script
aes-encryption
bash-script
decryption
bash-scripting
aes-256-cbc
-
Updated
Jul 10, 2020 - Shell
AES encrypt/decrypt, Android, iOS, php compatible(兼容php, Android, iOS平台)
-
Updated
Feb 14, 2019 - Objective-C
An open source implementation/description of the Synology Cloud Sync encryption/decryption algorithm
-
Updated
Feb 8, 2020 - Python
big file and string RSA encryption by android
-
Updated
Feb 27, 2017 - Java
Simplified AES cryptography for safer and easier encryption and decryption processes of any JavaScript objects.
-
Updated
Jul 31, 2020 - TypeScript
A Java implementation of the Libsodium crypto library. For the lazy dev.
-
Updated
Jul 11, 2020 - Java
Huawei backup decryptor
-
Updated
Jul 5, 2020 - Python
Improve this page
Add a description, image, and links to the decryption topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the decryption topic, visit your repo's landing page and select "manage topics."
I am using openSSL 1.1.1g.
In order to be compatible with Web Crypto API (and its wrapper openCrypto) regarding encryption RSA keys, The pKCS8 (and PBKDF2) is needed. The documentation is lacking info on PKCS5_pbe2_set_iv. Is it possible to create it? Thanks.