odc
odc copied to clipboard
[Feature]: bastion integration support python/go friendly encrypt algorithm
Is your feature request related to a problem?
Bastion integration ‘s AES encryt algorithm involve ‘SHA1PRING’ random for generate AES encrypt key. However there is no out of box substitute for python/go lang.
Describe the solution you'd like
Offer a new encrypt algorithm, it should be strong enough, and easy for python/go language implementation.
Additional context
No response
The example in the doc shows a method to derive encryption key from plain text secret while it's not so easy to implement in other language like python and golang.