rkokkelk/siso

View on GitHub
app/helpers/crypto_helper.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method decrypt_aes_256 has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

  def decrypt_aes_256(iv, key, data, encode = true, auth_data = '')
Severity: Minor
Found in app/helpers/crypto_helper.rb - About 35 mins to fix

    Method encrypt_aes_256 has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      def encrypt_aes_256(iv, key, data, encode = true, auth_data = '')
    Severity: Minor
    Found in app/helpers/crypto_helper.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status