Someone work with Always Encrypted Java?

|
martin_angelo 2022-06-22 07:06:55
Are the articles helpful for you?
Lenonprates 2022-06-23 05:25:05
Alguém do Brasil ai
Lenonprates 2022-06-23 05:26:43
javaofficial-25149.jpg

Lenonprates 2022-06-23 05:26:57
Como posso resolver isso
R_r_F_BR 2022-06-23 06:12:53
Move the mouse pointer over the underline word (variable) and wait a few seconds to see what the editor tells about it (probably, variable declared and never used or something like that).
GroupHelpBot 2022-06-23 06:13:36
@R_r_F_BR [421808214] is sending a spam message.
Action: Kicked ❗️
GroupHelpBot 2022-06-23 17:50:22
Dot Signboard staff online [5421280807] In order to be accepted in the group, please set up a username.
Action: Muted 🔇
JorgeXYZPT 2022-06-24 17:06:42
Hello, Someone work with Always Encrypted Java?
Jaschar 2022-06-24 18:54:57
JorgeXYZPT 2022-06-24 17:06:42
Hello, Someone work with Always Encrypted Java?

Sounds Interesting.

JFCostta 2022-06-24 20:00:06
JorgeXYZPT 2022-06-24 17:06:42
Hello, Someone work with Always Encrypted Java?

Is that a lib or framework?

martin_angelo 2022-06-24 20:14:16
Seems to be an Implementation of TDE (Transparent data encryption) in JDBC 🤔
Jaschar 2022-06-24 20:52:57
martin_angelo 2022-06-24 20:14:16
Seems to be an Implementation of TDE (Transparent data encryption) in JDBC 🤔

https://docs.microsoft.com/en-us/sql/connect/jdbc/using-always-encrypted-with-the-jdbc-driver

Use Always Encrypted with the JDBC driver – JDBC Driver for SQL ServerDocs
Learn how to use Always Encrypted with the JDBC driver to encrypt sensitive data on the server.
martin_angelo 2022-06-24 21:49:15
JorgeXYZPT 2022-06-24 17:06:42
Hello, Someone work with Always Encrypted Java?

easist way will probably be to use JDBC to accomplish that. Or what exactly is your question?

JFCostta 2022-06-24 21:50:39
Jaschar 2022-06-24 20:52:57
https://docs.microsoft.com/en-us/sql/connect/jdbc/using-always-encrypted-with-the-jdbc-driver

MS only, right?

martin_angelo 2022-06-24 23:11:41
Also IBM and Oracle according to wiki
JorgeXYZPT 2022-06-25 13:56:20
@martin_angelo @Jaschar ok, i have a solution, but,
JorgeXYZPT 2022-06-25 13:57:36
I create personal certificate, I create a conection source with param: columnEncryptionSetting=Enabled;
JorgeXYZPT 2022-06-25 13:58:18
but, if publish my app on server production without certificante on server dont work
JorgeXYZPT 2022-06-25 13:59:41
i need: pc 1 have certificate -> request data server app -> return data
if pc2 dont have certificate -> request data server app -> only return data encrypted
JorgeXYZPT 2022-06-25 13:59:52
sorry my english 🥲
|