Skip to content

MmCopyMemory/SString

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SString : Compile time string encryption c++17+


  • Unique key generation similar to skcrypt via metadata

  • Tiny



This is not amazing or mindblowing work.
It has quite some overhead, which to be honest I dont know if its good compared to f.x. SkCrypter.

Also not the securest method in existence.

Performance

  • CPU Cycles (Decryption): 514 cycles
  • CPU Cycles (Without Encryption): 14 cycles Timewise difference is <0ms

Anyways enjoy :)

About

Compile Time C++17 PRNG String encryption

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages