shell_gpt
shell_gpt copied to clipboard
ShellGPT fails on FIPS-enabled Systems
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!
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!