ByteCast #17 - Securing Document Directory Data with Secure Enclave Encryption & HMAC Signing

preview_player
Показать описание
In this video, we’re going to learn on how to secure data stored in user document directory. We will implement data encryption using Secure Enclave as well as digital signing using HMAC.

Storing sensitive data such as payment transactions, message, health data, game score, and many more using plain text/json is not secure as the data can be exploited by bad actors stealing personal and financial information for fraud.

Github Project Repo:
Рекомендации по теме
Комментарии
Автор

Thanks for sharing. I hope to see more videos on CriptoKit soon. It is an important topic to know and use in projects, especially when storing sensitive data.

Decatilinae