vesoft-inc/nebula-importer

Support password encryption

Open

#224 opened on Nov 22, 2022

View on GitHub
 (4 comments) (1 reaction) (0 assignees)Go (62 forks)auto 404
HACKTOBERFESTtype/enhancement

Repository metrics

Stars
 (101 stars)
PR merge metrics
 (PR metrics pending)

Description

In the production environment, the configuration file cannot contain plaintext passwords. The password needs to be encrypted. We need to use an encryption algorithm 'PBEWithHmacSHA256AndAES_256'.

Contributor guide