openssl
iOS/Objective C: Display key pair generated by OpenSSL
Iuse openssl for RSA encryption in my iOS application. I have to send the publicKey to a SOAP webservice..I\'m already able to generate a key pair, en-/decrypt data, but I wonder if there is a way to[详细]
2023-04-03 03:55 分类:问答RSA-PSSR with a server-side scripting language (php, perl, python, shell, ...)
I\'m developing a cryptographic software license system based on digital signature with message recovery (RSA-PSSR).[详细]
2023-04-03 03:02 分类:问答Question regarding encryption of files using RC4 using hexadecimal keys
I am having to encrypt a binary file using RC4 algorithm for my script (written in bash) The key is also in binary format[详细]
2023-04-02 21:43 分类:问答How do i use BIGNUM's from the openSSL module in Lazarus
Background:I am working on an encryption application, i have the app written in Objective C and now i want to rewrite it in pascal so that it runs on windows. I am using pascal as it is a language i a[详细]
2023-04-02 20:00 分类:问答CakePHP SwiftMailer SMTP TLS OpenSSL Error SSL3_GET_RECORD:wrong version number
I\'m attempting to send an email using the CakePHP SwiftMailer component I found here: http://bakery.cakephp.org/articles/sky_l3ppard/2009/11/07/updated-swiftmailer-4-xx-component-with-attachments-and[详细]
2023-04-02 05:48 分类:问答Encrypt Integers in PHP
I\'ve noticed that both openssl and mcrypt functions in PHP accept data to be encrypted 开发者_如何学运维as strings only. This means a value of (int)1234567890 is converted and encrypted as a 10-byte[详细]
2023-04-02 04:45 分类:问答Show custom ErrorDocument when SSL connection fails (SSLVerifyClient)
I have configured Apache2 to use Client Certificate AUthentication using: SSLVerifyClient require It works, I can access my site with a valid Client Certificate.[详细]
2023-04-01 23:40 分类:问答QT C++ - OpenSSL AES - EVP.h
I\'ve been trying to use OpenSSL with QT in the past few days but the documentation and the examples are rare or none.[详细]
2023-04-01 10:23 分类:问答Android slow AES decryption
Ref: Android encryption/decryption issue (AES) I am building an android app which requires aes decryption of a really large package (~50Mb) and it is really slow when implemented in android\'s inbuil[详细]
2023-04-01 07:49 分类:问答How to securely generate an IV for AES CBC Encryption?
I work on some crypto stuff. I use AES 256 with CBC mode I use OPENSSL I am aware of the following things (source = wikipedia):[详细]
2023-04-01 06:41 分类:问答