3stack-software / credsmash

A little utility for managing credentials in the cloud
Apache License 2.0
4 stars 0 forks source link

Non default digest method is broken #3

Closed ediskandarov closed 7 years ago

ediskandarov commented 7 years ago

open_aes_ctr gets digest property of material https://github.com/3stack-software/credsmash/blob/master/credsmash/crypto/aes_ctr.py#L40

seal_aes_ctr puts digest into digest_method property of material https://github.com/3stack-software/credsmash/blob/master/credsmash/crypto/aes_ctr.py#L71