Помощь сайту | Donate
Поиск по сайту
Вход на сайт
Меню
Форум NoWa.cc На главную • Программы • Релизы • Наборы AIO • ОС • Мобила • Игры • Видео • Музыка • Книги • Аудиокниги • Оформление • Photoshop • Юмор • Новости • Железо • Разное Последние комментарии
Pepa112
04:41 | 04:41 | Pepa112 17:27 | prabhjot51184 17:27 | prabhjot51184 09:19 | l0kid 13:04 | Trashman 04:05 | diim 16:29 | marlon 16:12 | Trashman 12:03 | Twin 20:59 | marlon 18:53 | Twin 13:57 | leteha 12:05 | marlon 10:24 | prabhjot51184 00:58 | Vasab 12:28 | prabhjot51184 08:20 | leteha 20:21 | prabhjot51184 13:57 | leteha Заказ рeклaмы
Купите у нас рекламу ! Your advertising could be here ! E-mail для связи: Партнёры
Для вас работают
brodyga (админ) marlon leteha Ledworld manivell17 Sanchezzz Sergv |
Hitek Software AutoKrypt 13.05
Новость от: marlon
Просмотров: 497
AutoKrypt – программа для шифрования файлов на JAVA, которая автоматически шифрует и дешифрует файлы и папки. Программа поддерживает парольный секретный ключ, открытый и закрытый ключ, OpenPGP пароль, OpenPGP шифрование открытым и закрытым ключом, содержит механизм генерации ключей и ключевое хранилище для управления ключами. Программа может использоваться для выполнения автоматических задач, используя встроенный планировщик. Программа также содержит функции уведомления по email, просмотрщик zip файлов, расширенное логирования, удаленный контроль задач, и много чего еще. Программа может также встраиваться в другие Windows приложения для выполнения связанных задач.
Data encryption software designed for automation. Automatically encrypt or decrypt, files and folders on a schedule. Encryption methods include password based, secret key, public key and private key, OpenPGP password, Open PGP public and private key. Основные возможности: • Шифрование файлов, директорий и поддиректорий • Дешифрование файлов, директорий и поддиректорий • Использование профилей для быстрого добавления задач шифрования и дешифрования • Генерирование секретных, публичных, частных, OpenPGP публичных и OpenPGP частных ключей • Менеджер ключей, позволяющий импортировать и экспортировать ключи для внешнего использования • Уведомление пользователя по email о выполнении всех задач • Динамические переменные, поддерживаемые всеми основными задачами • Просмотр содержимого zip-файлов • Копирование файлов и директорий по расписанию • Функция "Chain Task Integrator" для последовательного выполнения связанных задач • Импорт и экспорт данных • Встроенный планировщик для выполнения заданий по расписанию • Многое другое... Features • Encryption Profiles allow you to quickly add encryption and decryption profiles. These files can be used in encryption or decryption tasks. • Encryption task allows you to encrypt files or an entire folder and its subfolders. • Decryption task allows you to decrypt files or an entire folder and its subfolders. • Key Generator can generate secret, public, private, OpenPGP public keys and OpenPGP private keys. • Key Store manager allows you to import or export keys for external use. • Email Notification for all tasks based on task exit code. • Dynamic variables are supported for most tasks. Most tasks also generate variables which can be used in other tasks. • • Create advanced automation solutions using our Automize tasks in conjunction with variables, directory/file monitors and our task chains. • Zip files and directories using wildcards on a schedule. Can append date/time to filename for archive purposes. • Copy files and directories using wildcards on a schedule. Can append date/time to filename for archive purposes. • Chain Task Integrator runs all supported AutoKrypt tasks in sequence, (with options depending on Exit codes). New features in Version 9 * This list is for 9.00 only. New features/improvements/bug fixes are added in patch updates every 2-4 weeks. * Version 9.x uses Java 6. Version 8.x used Java 4. * Ftp Commons library for FTP module now uses Commons Net 2.0 * Minor updates for Ftp-j, SFtp-j, SFtp modules * New File properties task * New Make Directory task * New Directory listing task * New Set Permissions task * New Set Timestamp task * New Logic IF task - Automize only * New Logic IF AND OR task - Automize only * New Logic While task - Automize only * New Logic For - Automize only * New CSV Read task - Automize only * New CSV Write task - Automize only * New CSV Loop task - Automize only * New Array variables (1D and 2D) - Automize only * New Array Read task - Automize only * New Array loop task - Automize only * New Array to Filename task - Automize only * New Filename to Array task - Automize only Encryption Tutorial This very brief tutorial is for beginners who have not used encryption tools before. Introduction There are two types of encryption methods: symmetric and asymmetric. 1) Symmetric Password Based Encryption - This is the simplest form of encryption. It is a symmetrical encryption method. The same password is used to encrypt and decrypt the data (or the file). This method is useful to encrypt sensitive information for yourself, or for family, or for a few trusted friends or coworkers. 2) Symmetric Secret Key Based Encryption This is the simplest form of key based encryption. It is a symmetrical encryption method. The same secret key file is used to encrypt and decrypt the data (or the file). This is not a very commonly used technique. 3) Assymetric public/private Key Based Encryption A public key file is used to encrypt the data. The corresponding private key file is used to decrypt the data. Only you should have access to your private key. You can distribute your public key to anyone who needs to send you data. This is the technique that is most commonly used in corporations. OpenPGP encryption This is the most popular encryption method. Many corporations employ OpenPGP encryption to exchange or store sensitive data. OpenPGP keys To get started you would need to create an OpenPGP Key pair. The private key should be stored carefully. The public key should be distributed to your friends, colleagues, customers or clients etc.. Encrypting and Decrypting files Your customers or clients can use your public key to encrypt a file.. Then email the encrypted file to you. The encrypted file can only be decrypted by your private key. If the email is intercepted, no one will be able to decrypt the file since they do not have your private key. Similarly if you need to send a file to a client, you should use the clients public key to encrypt the file. Only your client has his private key to decrypt the file. Signing and Verifying files To confirm that you have sent the file, you should use your private key to sign the file. Your clients can then use your public key to verify that the file was sent by you. Encrypt & Sign OpenPGP software normally support one step encrypt and sign. This allows you to encrypt a file using the recipients public key. At the same time, this also signs the file with your private key. When the recipient receives this file, he can use his private key to decrypt the file, and use your public key to verify that it was indeed sent by you. Официальный Сайт | Homepage: http://www.hiteksoftware.com/ Размер | Size: 58.8 MB Hitek.Software.AutoKrypt.v13.05.Incl.KeyMaker.and.Patch-DVT Зеркало/Mirror - Up-load.io Зеркало/Mirror - NitroFlare.com Зеркало/Mirror - RapidGator.net Пароль/Password: www.2baksa.ws
Раздел: Программы | 03.06.23 | 02:05
|
Design by DolpHin | Disclaimer Реклама | E-mail для связи: | Skype: diim_diim | ICQ: 400632 |