using System; namespace SHN { public class Encryption { public static void Encrypt(String Password) { return Password; } } }