Difference between revisions of "File:Evp-encrypt-cxx.tar.gz"

From OpenSSLWiki
Jump to navigationJump to search
(Sample program using EVP eymmetric encryption and C++11. The sample uses a custom allocator to zeroize memory, C++ smart pointers to manage resources, and provides a secure_string usinf basic_string and the custom allocator.)
 
m (Fixed spelling error.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Sample program using EVP eymmetric encryption and C++11. The sample uses a custom allocator to zeroize memory, C++ smart pointers to manage resources, and provides a secure_string usinf basic_string and the custom allocator.
+
Sample program using EVP symmetric encryption and C++11. The sample uses a custom allocator to zeroize memory, C++ smart pointers to manage resources, and provides a secure_string using basic_string and the custom allocator.

Latest revision as of 21:54, 13 August 2016

Sample program using EVP symmetric encryption and C++11. The sample uses a custom allocator to zeroize memory, C++ smart pointers to manage resources, and provides a secure_string using basic_string and the custom allocator.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current21:05, 13 August 2016 (2 KB)Jwalton (talk | contribs)Sample program using EVP eymmetric encryption and C++11. The sample uses a custom allocator to zeroize memory, C++ smart pointers to manage resources, and provides a secure_string usinf basic_string and the custom allocator.

The following page uses this file: