-
We are in the process of gutting a lot of shared functionality in our system and porting it to PCL libraries. I am taking some existing data in our database, and trying to decrypt it with the same alg…
-
### Cookbook version
2.11
### Chef-client version
12.14.77, 12.17.44 and 12.18.2.
### Platform Details
Windows server 2012R2
### Scenario:
Cannot create a windows share
### Steps to R…
-
I am trying to encrypt an array of data in a loop and would like to use the same instance of the RNCryptor.Encryptor.
``` swift
let encryptor = RNCryptor.Encryptor(password: password)
var encryptedA…
-
Here are the warnings that are displayed on Linux during compilation with CRYPTOPP_NO_UNALIGNED_ACCESS defined:
---
```
g++ -DNDEBUG -g2 -O3 -fPIC -march=native -DCRYPTOPP_DISABLE_ASM -Wall -Wextra …
-
Hi
I was using the RNCryptor for ios for encrypting and decrypting a set of HTML,CSS and JS files. I successfully encrypted the files using:
[RNEncryptor encryptData:fileData withSettings:kRNCryptorA…
-
OS: OSX 10.10.3
Python: 3.4.3
System language: Korean
I'm not good to English, look at this codes.
```
>>> from Crypto.Cipher import AES
>>> aes = AES.new('asdfasdfasdfasdf', AES.MODE_CBC, 'asdfasdf…
item4 updated
9 years ago
-
Log:
```
Run options: exclude {:example=>true}
[2014-09-27T15:33:29-04:00] DEBUG: Building node object for chefspec.local
[2014-09-27T15:33:29-04:00] DEBUG: Extracting run list from JSON attributes p…
-
I usually call the regenerate function (which is needed) when my app opens. Is it possible to generate the key pair from the key pair available in the form of NSData?
-
Hi I'm having a problem when encrypting my data on iPhone then decrypting it on PHP. My iPhone code throws no errors and neither does my PHP, but when I put them together, it throws out a bunch of err…
-
I would like to make this library the best it can be. I think the current API reflects my misunderstandings of the JWT spec and how people use JWT in practice. I am making this issue to propose a bett…