Skip to content

Duong's Blog

About technology stuff that piqued my interest

  • English
  • Vietnamese
  • About me

Tag: password

  • Home
  • password

Use SecureString to store secrets in C#

September 20, 2022September 21, 2022 duongnt.bk1 Comment on Use SecureString to store secrets in C#

If we store passwords in string objects, we cannot control when the corresponding memory is reclaimed. The SecureString type can partially solve this issue.

C#, English C#, password, security

Dùng SecureString trong C# để bảo mật dữ liệu

September 20, 2022September 21, 2022 duongnt.bkLeave a Comment on Dùng SecureString trong C# để bảo mật dữ liệu

Khi lưu mật khẩu bằng string thì ta không biết được bao giờ bộ nhớ tương ứng sẽ được giải phóng. Kiểu SecureString có thể giải quyết một phần vấn đề này.

C#, Vietnamese C#, password, security

Kiểm tra xem mật khẩu đã bị lộ hay chưa bằng passpwnedcheck

August 20, 2021September 3, 2021 duongnt.bk1 Comment on Kiểm tra xem mật khẩu đã bị lộ hay chưa bằng passpwnedcheck

Làm thế nào để kiểm tra xem mật khẩu của ta đã bị lộ hay chưa mà lại không cần gửi mật khẩu đó cho bên thứ ba? Câu trả lời nằm tại đây.

Python, Vietnamese password, python, security

Check for leaked passwords with passpwnedcheck

August 20, 2021September 3, 2021 duongnt.bk1 Comment on Check for leaked passwords with passpwnedcheck

How can we check our password against a list of leaked passwords without actually disclosing it? Let’s find out in my newest article.

English, Python password, python, security

Cách tạo một mật khẩu mạnh

August 14, 2021August 15, 2021 duongnt.bkLeave a Comment on Cách tạo một mật khẩu mạnh

Có một cách tạo mật khẩu mạnh mà lại dễ nhớ, nhưng mật khẩu tạo được lại bị phần lớn các password policy từ chối. Liệu ta có nên cân nhắc lại các quy định về mật khẩu?

Vietnamese password, security

What makes a strong password

August 14, 2021August 15, 2021 duongnt.bk1 Comment on What makes a strong password

It is simple to create a strong yet memorable password, but the result is not allowed by most password policies. Should we rethink those policies?

English password, security
Copyright © 2025 Duong's Blog All rights reserved. Theme: Flash by ThemeGrill. Powered by WordPress