tedious
tedious copied to clipboard
Always Encrypted Feature
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?
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.
any updates for this?
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.
Is there date for this release?
@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
is the community PR already merged ?
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 noted thanks. we will use the community PR first. currently having a project required always encrypted. hope this feature will be release soon. cheers ~
Any updates? @MichaelSun90 @IanChokS @arthurschreiber
(Looks like the PR has stalled)
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.