Giter Club home page Giter Club logo

java_base64's Introduction

Программа позволяет кодировать/декодировать выбранный файл в/из 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

java_base64's People

Contributors

tonnique avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.