decryption
Here are 651 public repositories matching this topic...
The regex test if [[ $yml =~ ^(.*/)?secrets(\.[^.]+)*\.yaml$ ]] does not match the helm secrets help text, at least on OSX.
secrets.dev.yaml functions properly; secrets-dev.yaml fails to decrypt; helm secrets implies it should: wrapper that decrypts secrets[.*].yaml
wolfSSL (formerly CyaSSL) is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3!
-
Updated
Dec 27, 2019 - C
encrypt and decrypt files in your browser. Fast, Secure client-side File Encryption and Decryption using the web crypto api
-
Updated
Dec 27, 2019 - JavaScript
An innovative, convenient and secure cross-platform encryption app 🔒⬅️ ✨➡️🔓
-
Updated
Dec 23, 2019 - JavaScript
:lock: Secure localStorage data with high level of encryption and data compression.
-
Updated
Dec 28, 2019 - JavaScript
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
-
Updated
Dec 20, 2019 - PHP
Mercury is a hacking tool used to collect information and use the information to further hurt the target
-
Updated
Dec 17, 2019 - Python
AES encryption working between Objective-C and Java.
-
Updated
Dec 18, 2019 - Objective-C
You can decrypt RPG-Maker-MV Ressource Files with this project ~ If you don't wanna download it, you can use the Script on my HP:
-
Updated
Dec 28, 2019 - 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
Dec 23, 2019 - Ruby
We need to add the /etc/cron.daily/websafety_cluster script into DEB and RPM packages. We have it but it is not packed. Then the admin will be able to adjust this script according to his needs for cluster log sync.
Or maybe even from the UI / Dashboard / Sync Settings or Sync Client. Need to think in 7.3.
Is your feature request related to a problem? Please describe.
By adding documentation, testing and enhancing the software will be much easier. Also, developers could use it to know what code is doing what.
Describe the solution you'd like
Documentation / Full Coverage
You can decrypt whole RPG-Maker MV Directories with this Program, it also has a GUI.
-
Updated
Dec 28, 2019 - Java
Android cryptography library with SecureRandom patches.
-
Updated
Dec 21, 2019 - Kotlin
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
Dec 11, 2019 - Ruby
AES encryption working between Objective-C and Java.
-
Updated
Dec 1, 2019 - Java
A Laravel package for encrypting and decrypting files of any size
-
Updated
Dec 27, 2019 - PHP
A simple shell utility for encrypting and decrypting files using OpenSSL.
-
Updated
Dec 25, 2019 - Shell
Implementations of the Simon and Speck Block Ciphers
-
Updated
Dec 23, 2019 - VHDL
Took me a while to figure out this program requires the lz4 to be available on my system.
The error message is non-descriptive if you aren't used to Python traces.
INFO: decrypting "/path/to/file" to "/tmp/path/to/file"
ERROR: decryption failed, exception occurred: <type 'exceptions.OSError'>: [Errno 2] No such file or directory
Obviously I tried all permutations for passing
big file and string RSA encryption by android
-
Updated
Dec 13, 2019 - Java
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."
https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_set_min_proto_version.html does not say what happens, if SSL_CTX_set_min_proto_version() is not called. In particular it is not clear, why to enable TLS 1.0 and TLS 1.1 this function must be called, per cyrusimap/cyrus-imapd#2934 .