mirror of
https://github.com/skadro-official/skCrypter
synced 2026-06-08 17:27:50 +00:00
Update main.cpp
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
int main()
|
||||
{
|
||||
auto testString = skCrypt("TestString"); // encrypted at compile-time
|
||||
printf(testString); // automatic decryption on usage (alternatevly .decrypt())
|
||||
printf(testString); // automatic decryption on usage (alternatively .decrypt())
|
||||
|
||||
testString.encrypt(); // encrypt after usage if needed again
|
||||
// or
|
||||
|
||||
Reference in New Issue
Block a user