tedious icon indicating copy to clipboard operation
tedious copied to clipboard

Always Encrypted Feature

Open SaloniSonpal opened this issue 7 years ago • 10 comments

Recently Always Encrypted feature was released in SQL Server 2016. This ensures SQL Server will only handle the encrypted data and not plaintext values. This seems like a great security feature. Thoughts?

SaloniSonpal avatar Sep 19 '16 22:09 SaloniSonpal

Many customers are using Always Encrypted with web apps. Node.js support has been asked as well. It would be great if tedious can support Always Encrypted.

arvindshmicrosoft avatar Oct 10 '16 17:10 arvindshmicrosoft

any updates for this?

mouthzipper avatar Jan 23 '18 09:01 mouthzipper

Hi we're currently starting to work on this feature. Since this is a pretty big project, it may take a while to be finished.

IanChokS avatar Nov 18 '19 19:11 IanChokS

Is there date for this release?

ekelvin avatar Jun 17 '20 16:06 ekelvin

@ekelvin there's been a community PR for Always Encrypted that you can check out for now. It should be fully working. Currently, we're still in the process of merging that PR. Sorry for it taking a while

IanChokS avatar Jun 22 '20 16:06 IanChokS

is the community PR already merged ?

simonqiang avatar Sep 23 '22 01:09 simonqiang

Hi @simonqiang , We have merged some major feature from the community PR, and released the feature in a beta branch. The code there is just for try our and testing purpose. We are still working on merging and testing the community PR and release the AE feature.

MichaelSun90 avatar Sep 23 '22 16:09 MichaelSun90

@MichaelSun90 noted thanks. we will use the community PR first. currently having a project required always encrypted. hope this feature will be release soon. cheers ~

simonqiang avatar Sep 24 '22 12:09 simonqiang

Any updates? @MichaelSun90 @IanChokS @arthurschreiber

(Looks like the PR has stalled)

elliot-huffman avatar Apr 05 '24 17:04 elliot-huffman

Hi @elliot-huffman, we made a change related to this for all the parsers. Currently, the team is working on migrating the changes under Ian's PR with the new parser logic.

MichaelSun90 avatar Apr 05 '24 17:04 MichaelSun90