lib/client.rb in navi_client-1.2.4 vs lib/client.rb in navi_client-1.2.5

- old
+ new

@@ -114,9 +114,13 @@ save(meta, "meta/#{custom_uid}") end def encrypt(data) + Base64.encode64(data) + end + + def depcrecated_encrypt(data) cipher = OpenSSL::Cipher::AES.new(256, :CFB) cipher.encrypt yml_config = config