botan
How to debug Cygwin failure?
I am porting from Centos to Cygwin and find that my application is exiting with no error message and exit status zero mid execution during the constructor for Botan::InitializationVector.[详细]
2023-02-12 01:53 分类:问答BigInt conversion (gmp Bigint to botan bigint)
I am using gmp to perform complex operation. I want to use Botan to perform cryptography functions. Problem is Bot开发者_开发技巧h of them have their own Bigint function. So its creating problem on su[详细]
2023-02-03 19:06 分类:问答Using XTS algorithm within Botan library for encryption/decryption
The Botan library (botan.randombit.net/) has a number of algorithms for encryption/decryption. I am interested in using the XTS algorithm for encryption/decryption that is available within Botan. Howe[详细]
2023-01-26 15:40 分类:问答Method to send an encryption key over an insecure connection?
I am using Botan utility to perform encryption. When I initialize my connection to a remote machine using SSH, I am able to trade keys over the secure SSH connection. However, sometimes I use inetd to[详细]
2023-01-25 23:47 分类:问答swprintf and vswprintf not declared?
I am trying t开发者_Go百科o compile Botan on Windows with MinGW, and am receiving the following error during compilation:[详细]
2023-01-11 01:27 分类:问答What is an s2k algorithm?
What is the definition of an s2k algorithm?For example, \"PBKDF2(SHA-1)\" is an s2k algorithm. Here is some Botan code that refers to s2k:[详细]
2022-12-30 17:38 分类:问答What C++ templates issue is going on with this error?
Running gcc v3.4.6 on the Botan v1.8.8 I get the following compile time e开发者_StackOverflow社区rror building my application after successfully building Botan and running its self test:[详细]
2022-12-30 04:39 分类:问答How can I get Dreamweaver to search Perl files?
I use Dreamweaver as my editor of choice for web development, and often find old projects have a few Perl files.[详细]
2022-12-18 06:12 分类:问答