puzzle/ccli

FEATURE: Introduce custom attrs to ccli

njaeggi opened this issue · 1 comments

Currently, only username and password work with the ccli, since Cryptopus 5.0, new attributes were introduced, such as pin, token, email and also a custom attribute. We have to adjust some parts of ccli for this to work to, encrypted_data structure is still the same for every attribute. We just have to include them everywhere we need in ccli

PR: #30