开发者

What is a good obfuscator that is FIPS compliant?

We're getting ready to release an upgrade to an ISV product that is FIPS 140-2 compliant, and just found out that our current obfuscator isn't.

Can anyone point me towards a good .Net obfus开发者_如何学Pythoncator that is FIPS 140-2 compliant and preferably doesn't break the bank?


DISCLAIMER: We are developer of Babel Obfuscator

Also Babel Obfuscator can produce FIPS compliant assemblies.


DISCLAIMER: We are the developers of Crypto Obfuscator.

Crypto Obfuscator can produce FIPS compliant assemblies - it uses only FIPS approved encryption algorithms for encryption.


There are .NET obfuscators that can be set to only modify the IL of the assembly itself and not bundle the binary in any sort of wrapper. Provided you only use FIPS compliant crypto functions in your assembly, the output you get from them should also be FIPS compliant.

Those that I know of that should do this are:

  • Dotfuscator (definitely will)
  • smartassembly (you may need to turn off resource encryption, also the XAML/BAML protection may use non-FIPS algorithms)
  • eazfuscator (same caveats as above)
  • skater (same caveats as above)
  • SharpObfuscator
  • obfuscar
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜