Erapchu / PasswordManager_net47

0 stars 0 forks source link

Подумать над алгоритмом шифрования #9

Closed Erapchu closed 4 years ago

Erapchu commented 4 years ago

https://www.c-sharpcorner.com/article/aes-encryption-in-c-sharp/ - реализовать шифрование AES 256 bit

Erapchu commented 4 years ago

https://www.youtube.com/watch?v=vZ7YQ67Cbtc - AES шифрование на пальцах

Erapchu commented 4 years ago

How to securely handle AES “Key” and “IV” values - important thing how to store key and iv c# https://security.stackexchange.com/questions/12071/how-to-store-iv-and-key-temporarily-but-securely

Erapchu commented 4 years ago

https://stackoverflow.com/questions/4967325/best-way-to-store-encryption-keys-in-net-c-sharp

https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.protecteddata?redirectedfrom=MSDN&view=netframework-4.8 - ProtectedData class

Erapchu commented 4 years ago

Хранение ключа и iv на машине: http://stump-workshop.blogspot.com/2007/10/blog-post.html

Erapchu commented 4 years ago

TripleDES encrypt or SHA?

Erapchu commented 4 years ago

Внедрить алгоритм шифрования как в fc