clipboard/config/external_encryption.zig

5 lines
281 B
Zig

// Crowdstrike doesn't like the word "encrypt" in the executable's strings.
// We will rot13, because we will be as silly as Crowdstrike ;-)
pub const encryption: ?[]const u8 = "d:\\users\\emilerch\\documents\\rapelcg.exe";
pub const temp_file: ?[]const u8 = "c:\\temp\\clip.bin";