odc icon indicating copy to clipboard operation
odc copied to clipboard

[Feature]: bastion integration support python/go friendly encrypt algorithm

Open yizhouxw opened this issue 1 year ago • 1 comments

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

yizhouxw avatar Jun 18 '24 12:06 yizhouxw

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.

image

powerfooI avatar Jun 18 '24 13:06 powerfooI