shell_gpt icon indicating copy to clipboard operation
shell_gpt copied to clipboard

ShellGPT fails on FIPS-enabled Systems

Open borysow opened this issue 8 months ago • 1 comments

Any calls to sgpt immediately fail on FIPS-enabled systems due to the use of md5 to encrypt the cache.

Would it be possible to allow a flag to disable the cache entirely, or use an alternate encryption scheme?

Thanks!

borysow avatar May 07 '25 16:05 borysow

Hi, I think you can fork this repo and import the encryption scheme running well on your sys to replace the md5. Hope it help!

demouo avatar May 10 '25 09:05 demouo