-
Notifications
You must be signed in to change notification settings - Fork 0
tonnique/Java_Base64
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Программа позволяет кодировать/декодировать выбранный файл в/из MIME (Base64) Программа представляет диалоговое окно с тремя кнопками, первая из которых позволяет выбрать файл. При нажатии на вторую программа кодирует выбранный файл и сохраняет закодированный файл в новом файле с расширением *.base64. При нажатии на третью кнопку, программа декодирует выбранный файл и сохраняет даннаые в новом файле, при этом добавляя окончание к имени файла и срасширение *_base64.dec ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This program is written on Java programming language. The purpose of the app is to encode/decode selected file using Base64 (MIME) The program uses Java Swing Frame with three buttons. First button allows the user to select a file from computer. The second button does Base64 encryption of selected file. Doing that the program writes encrypted data into new file with *.base64 file extension. The third button makes decryption of selected file. When program decrypts the file from Base64 encryption it also creates new file but with *_base64.dec file extension
About
Java Base64 encoder and decoder
Topics
Resources
Stars
Watchers
Forks
Packages 0
No packages published