Legos Lightlegos.hashnode.dev·Dec 23, 2024Diffie-Hellman Key Exchange - Thuật toán trao đổi khóa💡 Diffie-Hellman Key Exchange là một thuật toán trao đổi khóa mật mã, giúp hai bên (Alice và Bob) chia sẻ một khóa bí mật chung qua kênh không an toàn mà không cần truyền trực tiếp khóa này. Trong thực tế, khi trao đổi thông tin trên internet, chú...Cryptography & BlockchainECDH
Romman Sabbirrommansabbir.com·Oct 28, 2024Data Encryption in Android: A Comprehensive Guide [PART 1]Data encryption is a fundamental part of securing mobile applications, particularly those handling sensitive information like user credentials, tokens, or files. Android provides several encryption techniques and APIs that developers can implement to...48 readsAndroid : Security, Encryption and Secure Practicesfile-based encryption
Emin Muhammadiarticles.eminmuhammadi.com·Mar 18, 2024Diffie–Hellman key exchange (Example in Golang)The Diffie-Hellman key exchange protocol, named after its inventors Whitfield Diffie and Martin Hellman, is a fundamental method in cryptography for securely exchanging cryptographic keys over a public channel. Published in 1976, it was one of the ea...10 likes·75 readsCryptographyKey exchange