1
0
www.mikescher.com/www/statics/programs/Passpad.php
2018-01-03 21:02:40 +01:00

20 lines
610 B
PHP

<?php
return
[
'name' => 'Passpad',
'category' => 'Tool',
'stars' => 3,
'ui_language' => 'English',
'prog_language' => 'C#',
'short_description' => 'A texteditor for encrypted textfiles (AES, Twofish, Blowfish, ...)',
'add_date' => '2015-11-26',
'urls' =>
[
'download' => 'https://github.com/Mikescher/Passpad/releases',
'github' => 'https://github.com/Mikescher/Passpad',
],
'long_description' => function(){ return file_get_contents(__DIR__ . '/Passpad_description.md'); },
'thumbnail_name' => 'Passpad.png',
];