Skip to content

Commit 87cd4aa

Browse files
committed
spelling fix
1 parent f1317fa commit 87cd4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/linux/gather/apache_nifi_credentials.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def run
282282
@flow_json_string = JSON.pretty_generate(flow_json) # so we can save an unencrypted version as well
283283

284284
# NIFI_PBKDF2_AES_GCM_256 is the default as of 1.14.0
285-
# leave this as a if statement so it can be expanded to include more algorithms in the future
285+
# leave this as an if statement so it can be expanded to include more algorithms in the future
286286
if algorithm == 'NIFI_PBKDF2_AES_GCM_256'
287287
# https://gist.github.com/tylerpace/8f64b7e00ffd9fb1ef5ea70df0f9442f
288288
@decrypted_key = OpenSSL::PKCS5.pbkdf2_hmac(key, salt, datastore['ITERATIONS'], 32, OpenSSL::Digest.new('SHA512'))

0 commit comments

Comments
 (0)