登录
首页 » Visual C++ » sqlcipher_vs2008

sqlcipher_vs2008

于 2020-06-26 发布 文件大小:4916KB
0 247
下载积分: 1 下载次数: 46

代码说明:

  支持加密Sqllite库,vs2008 + sqlite3 + sqlcipher,测试可用(Supports encryption Sqllite library, VS2008+ SQLite3+ sqlcipher, testing available)

文件列表:

demo
....\demo.cpp,2020,2015-06-01
....\demo.vcproj,4304,2015-05-31
....\demo.vcproj.SCAR-PC.建兴.user,1411,2015-06-01
....\ReadMe.txt,1165,2015-05-31
....\sqlite3.h,378697,2015-05-21
openssl
.......\aes.h,5507,2015-02-09
.......\applink.c,2892,2015-02-09
.......\asn1.h,52190,2015-02-09
.......\asn1t.h,30092,2015-02-09
.......\asn1_mac.h,19143,2015-02-09
.......\bio.h,32987,2015-02-09
.......\blowfish.h,5143,2015-02-09
.......\bn.h,36559,2015-02-09
.......\buffer.h,4652,2015-02-09
.......\camellia.h,4956,2015-02-09
.......\cast.h,4492,2015-02-09
.......\cmac.h,3244,2015-02-09
.......\cms.h,19927,2015-02-09
.......\comp.h,1978,2015-02-09
.......\conf.h,9848,2015-02-09
.......\conf_api.h,4080,2015-02-09
.......\crypto.h,24337,2015-02-09
.......\des.h,10849,2015-02-09
.......\des_old.h,18238,2015-02-09
.......\dh.h,9979,2015-02-09
.......\dsa.h,12057,2015-02-09
.......\dso.h,18095,2015-02-09
.......\dtls1.h,8066,2015-02-09
.......\ebcdic.h,610,2015-02-09
.......\ec.h,46417,2015-02-09
.......\ecdh.h,4682,2015-02-09
.......\ecdsa.h,10510,2015-02-09
.......\engine.h,40585,2015-02-09
.......\err.h,15862,2015-02-09
.......\evp.h,52791,2015-02-09
.......\e_os2.h,10444,2015-02-09
.......\hmac.h,4476,2015-02-09
.......\idea.h,4469,2015-02-09
.......\krb5_asn.h,7642,2015-02-09
.......\kssl.h,6290,2015-02-09
.......\lhash.h,9092,2015-02-09
.......\md4.h,4692,2015-02-09
.......\md5.h,4692,2015-02-09
.......\mdc2.h,3917,2015-02-09
.......\modes.h,5688,2015-02-09
.......\objects.h,36641,2015-02-09
.......\obj_mac.h,136214,2015-02-09
.......\ocsp.h,24041,2015-02-09
.......\opensslconf.h,6910,2015-02-09
.......\opensslv.h,3822,2015-02-09
.......\ossl_typ.h,7467,2015-02-09
.......\pem.h,21992,2015-02-09
.......\pem2.h,2863,2015-02-09
.......\pkcs12.h,12654,2015-02-09
.......\pkcs7.h,17944,2015-02-09
.......\pqueue.h,3649,2015-02-09
.......\rand.h,5578,2015-02-09
.......\rc2.h,4405,2015-02-09
.......\rc4.h,3797,2015-02-09
.......\ripemd.h,4327,2015-02-09
.......\rsa.h,22911,2015-02-09
.......\safestack.h,184225,2015-02-09
.......\seed.h,5714,2015-02-09
.......\sha.h,7636,2015-02-09
.......\srp.h,5378,2015-02-09
.......\srtp.h,6677,2015-02-09
.......\ssl.h,104510,2015-02-09
.......\ssl2.h,10755,2015-02-09
.......\ssl23.h,3744,2015-02-09
.......\ssl3.h,27267,2015-02-09
.......\stack.h,4412,2015-02-09
.......\symhacks.h,24302,2015-02-09
.......\tls1.h,35390,2015-02-09
.......\ts.h,31006,2015-02-09
.......\txt_db.h,4481,2015-02-09
.......\ui.h,16656,2015-02-09
.......\ui_compat.h,3439,2015-02-09
.......\whrlpool.h,1019,2015-02-09
.......\x509.h,45041,2015-02-09
.......\x509v3.h,32713,2015-02-09
.......\x509_vfy.h,22408,2015-02-09
Release
.......\demo.exe,7680,2015-06-01
.......\libeay32.dll,1174528,2015-05-27
.......\msvcr90.dll,653968,2013-08-03
.......\sqlite3.dll,635904,2015-06-01
.......\sqlite3.lib,50180,2015-06-01
sqlcipher
.........\alter.c,28572,2015-05-31
.........\analyze.c,67429,2015-05-31
.........\attach.c,17787,2015-05-31
.........\auth.c,8710,2015-05-31
.........\backup.c,28605,2015-05-31
.........\bitvec.c,13536,2015-05-31
.........\btmutex.c,9301,2015-05-31
.........\btree.c,328691,2015-05-31
.........\btree.h,9666,2015-05-31
.........\btreeInt.h,31584,2015-05-31

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ImageCryption
    图像加密算法,很不错的东东。包含图像基本的加密算法(image cryption)
    2012-01-04 10:14:29下载
    积分:1
  • DES_C
    基本的DES加密算法,可以实现一些基本的功能,但是大型计算不适合(The basic DES encryption algorithm)
    2013-08-15 01:48:09下载
    积分:1
  • File-Encryption
    文件加密器,实现对文件加密,用来学习的代码(File encryption, encrypting files, the code used to study)
    2012-05-20 14:28:54下载
    积分:1
  • EDstar
    一个袖珍的vc++加密软件,同时还可以解密,加密文件的范围挺大的,几乎所有文件都可以加密,输入密码并解密,好像不是真正意义的加密,只不过是用文件额外加密的方法进行加密,较早时候的程序,不过编译还是顺利的。 (A pocket-sized vc++ encryption software, but also can decrypt encrypted files the scope of getting bigger, almost all the files can be encrypted, enter the password and decrypt the encryption does not seem real, but the file is an additional method of encryption to encrypt Earlier procedures, but the compiler is still smooth.)
    2009-12-05 20:34:39下载
    积分:1
  • yinpinjiami
    基于vc++的音频加密软件的设计通过查阅资料对当今比较广泛使用的音频加密算法进行选择,并对其中的三种算法进行其性能方面的比较,找出其中加密性能较好(Audio encryption software design based on VC++through access to information is widely used for today s audio encryption algorithm to choose, and the three kinds of algorithms are compared, and its performance to find out one encryption)
    2021-02-28 17:59:36下载
    积分:1
  • MIRACL
    支持椭圆曲线运算的大数运算库和源程序,头文件和静态库可以使用。(Support for elliptic curve operations of large numbers arithmetic library and source code, header files and static libraries can be used.)
    2020-07-03 22:00:01下载
    积分:1
  • sdgzhidian
    很好的字典生成器,输入关键字,实现排列组合,破解密码的利器(Good dictionary builder, enter a keyword permutations and combinations to achieve, to crack the code of the weapon)
    2013-12-28 14:11:01下载
    积分:1
  • LCCrypto_Src
    本程序可以在 PE 文件的结尾增加一个新节,从而在已被“加密”的程序开始运行时,要求输入密码。(This procedure can be the end of the document in the PE to add a new section, which has been in the encryption process to start running when asked to enter a password.)
    2008-02-29 09:29:32下载
    积分:1
  • GOSTjiamijiemi
    GOST加密解密程序,源代码是在控制台下的,我只是把他改写成MFC了。方便操作。加密解密高手可以绕过。(The GOST encryption and decryption procedures, the source code is under the console, I just put him rewrite the MFC. Easy to operate. Encryption and decryption master can be bypassed.)
    2013-04-27 18:02:25下载
    积分:1
  • DES_Test
    DES加密的MFC实现,主要包括两部分组成,有字符串加密和文件加密两种模式,实现了3DES功能,让加密更安全(including string and files by DES)
    2013-10-28 19:46:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载