Skip to content

Commit

Permalink
Create tortoiseMode.php
Browse files Browse the repository at this point in the history
  • Loading branch information
avid0 committed Sep 14, 2022
1 parent 1a6e326 commit 8c735c4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions example/tortoiseMode.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php
require_once "../alomtools.php";
# Slow but Strong
alom_protect(__FILE__, [
"rounds" => [
"main" => [
"depth" => 1.5
],
"optwister" => [
"enable" => true
],
"partitioning" => [
"enable" => true
]
]
]);

$var = "Hello i am hidden! find me :)";
print "Hello Tortoise!";
unset($var);

?>

0 comments on commit 8c735c4

Please sign in to comment.