kruchkov-alexandr / yaml-encrypter-decrypter

16 stars 6 forks source link

encrypt comment with quotes #7

Open goblintb opened 2 years ago

goblintb commented 2 years ago

1.input file: secret: KEY: value1 #value2 "value3" 2.encrypt with key 123456789

  1. output file: secret: KEY: AES256:spvg2R2yqyK+cRkdqZA+AsC7PqOPqYMBgjUs7qAuTS0= #"value1" # value3

expect secret: KEY: value1 #value2 AES256:2qfruwCzwVE4MHCWAOPliUXq5FIYMhw22jNz5PbJ4P8=

after encrypt KEY-value not encrypt. in encrypted comment

atlet99 commented 3 weeks ago

@goblintb I became interested in working on this issue, please follow my changes in the repository and help me improve the tool, as the author most likely abandoned the project.