c3ypt1c / PasswordManager

Internet Nomad password manager
MIT License
2 stars 2 forks source link

No standard way to convert UInt8Arrays/JSON/number arrays #12

Closed c3ypt1c closed 2 years ago

c3ypt1c commented 3 years ago

Currently, there are a lot of different non standard approaches to arrays.

c3ypt1c commented 3 years ago

For example: https://github.com/c3ypt1c/PasswordManager/blob/66e5339704fdb44f2b33e24e6eda99875eb43f52/src/crypto/Container.ts#L194

c3ypt1c commented 2 years ago

This was more or less fixed over time.