(RAIL FENCE CIPHER) ///MÃ HÓA public static string Encrypt(int rail, string plainText) { List<string> railFence = new List<stri...
01:07 An toàn thông tin . C# . Mật mã học
Code C#: Mã hóa cổ điển Affine (Affine Cipher)
///Hàm mã hóa Affine (Affine Encryption ) /// e(x) = (ax + b)(mod m). Note: a & m là số nguyên tố cùng nhau. public static string Affin...
00:47 An toàn thông tin . C# . Mật mã học
Code C#: Mã hóa cổ điển Ceasar (Ceasar Cipher)
///Ceasar Cipher/Ceasar Encription using System; class Program{ static string Caesar(string value, int shift) { char[] buffer = value.ToCha...
19:20 C# . Kỹ thuật lập trình . Lập trình căn bản
Quy tắc đặt tên và tiêu chuẩn lập trình trong C#
Quy ước đặt tên và tiêu chuẩn 1. Quy tắc Pascal: Viết hoa chữ cái đầu tiên của mỗi từ (VD: Student, StudentDetail, ...) * Sử dụng cho: Phươ...
01:23 C#
Code C#: Thêm Ellipse, TextBlock vào cây (Tree)
<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/...
19:53 C#
Code C#: Đưa hình ảnh vào thanh Trạng Thái (StatusBar)
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/...