#
decryption
Here are 821 public repositories matching this topic...
Open
Add Baudot decoder
1
lukasgabriel
commented
Sep 5, 2020
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 5, 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
encrypt and decrypt files in your browser. Fast, Secure client-side File Encryption and Decryption using the web crypto api
javascript
browser
crypto
encryption
aes
serverless
aes-256
aes-128
webcryptoapi
client-side
aes-encryption
decryption
webcrypto
in-browser
file-encryption
encryption-decryption
-
Updated
Aug 23, 2020 - JavaScript
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
Python tool and library for decrypting MS Office files with passwords or other keys
-
Updated
Sep 3, 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 6, 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
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
cryptography
crypto
encryption
aes
pkcs7
cbc
pkcs5
decryption
pkcs
cipher-block-chaining
padding-oracle
-
Updated
Jul 17, 2020 - TypeScript
Simple cross-platform encryption and decryption using AES
nodejs
javascript
android
swift
php
ios
encryption
aes
aes-256
aes-encryption
decryption
objectivec
cross-platform-encryption
cross-platform-aes
-
Updated
Jan 20, 2020 - Objective-C
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 27, 2019 - Java
Strong encryption for Java simplified
-
Updated
Sep 13, 2019 - 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
RSA+AES hybrid encryption implementation for JavaScript. Works with Node.js, React Native and modern browsers.
nodejs
node
react-native
encryption
webpack
web
aes
rsa
aes-256
hybrid
encrypt
decrypt
decryption
rsa-aes
hybrid-crypto-js
-
Updated
Jul 27, 2020 - JavaScript
AES encrypt/decrypt, Android, iOS, php compatible(兼容php, Android, iOS平台)
-
Updated
Feb 14, 2019 - Objective-C
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.