Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAX Formatter Error FIPS #812

Closed
charlessmithson opened this issue Mar 9, 2022 · 2 comments
Closed

DAX Formatter Error FIPS #812

charlessmithson opened this issue Mar 9, 2022 · 2 comments
Assignees
Milestone

Comments

@charlessmithson
Copy link

charlessmithson commented Mar 9, 2022

I am merely trying to use the DAX Formatter in DaxStudio and receiving the following error:
DaxFormatter.com Error: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
I am on a fairly locked down laptop and have no means to change any of the system settings.

Please Help
Capture
p

@dgosbell
Copy link
Contributor

Thanks for logging this. When we call the daxformatter API we do a one way SHA256 hash of the server name and database name. And apparently there are 2 ways of generating a SHA256 hash in C# and only one of them is FIPS compliant. I've changed to the FIPS compliant version.

I'm not sure how hard your laptop is locked down, but there is a preview build with the fix available here if you would like to test it https://ci.appveyor.com/project/DarrenGosbell/daxstudio/builds/42849403/artifacts

@dgosbell dgosbell self-assigned this Mar 10, 2022
@dgosbell dgosbell added this to the v2.17.4 milestone Mar 10, 2022
@charlessmithson
Copy link
Author

@dgosbell , what is release schedule for this version? Thinking there is no way I will get a preview version installed. Thanks again for such a quick response and resolution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants