Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

tonnique/Java_Base64

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
2 Commits
 
 
 
 
 
 
 
 
 
 

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

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.