Jackcess Encrypt is an extension library of the Jackcess project to support http://www.aliyun.com/zixun/aggregation/11208.html ">microsoft Access and Microsoft Money some form of cryptographic functionality.
To open the database encoding for a normal jet file:
Database db = Database.open (Mydbfile, True, true, NULL, NULL, New Cryptcodecprovider ());
Password decoded encoding is required to open a database:
Database db = Database.open (Mydbfile, True, true, NULL, NULL, new Cryptcodecprovider ("Mydbpassword"));
Jackcess Encrypt 1.0.2 This version has some minor bug fixes, including handling of Money 2002 files without passwords.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.