Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.140
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
perl /
vendor /
lib /
Crypt /
OpenPGP /
Key /
Delete
Unzip
Name
Size
Permission
Date
Action
Public
[ DIR ]
drwxrwxrwx
2024-07-26 17:38
Secret
[ DIR ]
drwxrwxrwx
2024-07-26 17:38
Public.pm
262
B
-rw-rw-rw-
2015-08-16 15:28
Secret.pm
463
B
-rw-rw-rw-
2015-08-16 15:28
Save
Rename
package Crypt::OpenPGP::Key::Secret; use strict; use Crypt::OpenPGP::Key; use Crypt::OpenPGP::ErrorHandler; use base qw( Crypt::OpenPGP::Key Crypt::OpenPGP::ErrorHandler ); sub is_secret { 1 } sub all_props { ($_[0]->public_props, $_[0]->secret_props) } sub public_key { my $key = shift; my @pub = $key->public_props; my $pub = Crypt::OpenPGP::Key::Public->new($key->alg); for my $e (@pub) { $pub->$e($key->$e()); } $pub; } 1;