Skip to content
Discussion options

You must be logged in to vote

Hi everyone 🙋🏼‍♂️

please find a complete, runnable example for encrypted .accdb access in this dedicated branch:

example/issue-21-password-protection

Requirements

To enable decryption support, ensure you have the jackcess-encrypt extension in your pom.xml:

<dependency>
    <groupId>io.github.spannm</groupId>
    <artifactId>jackcess-encrypt</artifactId>
    <version>5.1.3</version>
</dependency>

Components

package net.ucanaccess.example;

import io.github.spannm.jackcess.Database;
import io.github.spannm.jackcess.DatabaseBuilder;
import io.github.spannm.jackcess.encrypt.C…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Takumi-Inoue-hulft
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by spannm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants