angelo icon indicating copy to clipboard operation
angelo copied to clipboard

Change digest algorithm from not supported SHA

Open Giannandrea opened this issue 7 years ago • 0 comments

Looking a the code of the openssl gem it seems that SHA is not supported https://github.com/ruby/openssl/blob/master/lib/openssl/digest.rb

alg = %w(MD2 MD4 MD5 MDC2 RIPEMD160 SHA1 SHA224 SHA256 SHA384 SHA512) when i tried Angelo locally on mac i receive this error NameError: uninitialized constant OpenSSL::Digest::SHA

Giannandrea avatar Aug 16 '18 08:08 Giannandrea