rogerluan / arkana

Use dotenv files for Android and iOS projects.
BSD 2-Clause "Simplified" License
380 stars 18 forks source link

Add more unit tests for other types of secrets #2

Closed rogerluan closed 1 year ago

rogerluan commented 2 years ago

Add unit tests for "any" type of secret, such as industry well known secret generation algorithms, including handling all types of special characters.

Right now this has only been tested generating secrets for hex, base64 and uuid secrets, of 64-characters long. Examples: how about really long secrets? Non-ascii characters? Secrets with emojis or other unicode characters?

Point of entry: arkana_tests.swift.erb