Giter Club home page Giter Club logo

muninn's Introduction

Muninn

Overview

Muninn.ps1 is a powerful PowerShell script designed to encode binary files into Base64 format and decode Base64 strings back into binary files. Named after the Norse mythology raven Muninn, which represents "memory", this tool encapsulates the ability to preserve and recall data through encoding and decoding processes.

Features

  • Encode Binary to Base64: Converts any binary file into a Base64 encoded text file, making it easier to transmit binary data over channels that only support text.
  • Decode Base64 to Binary: Reverses the encoding process, converting Base64 encoded text back into its original binary form.
  • User-friendly Interface: Utilizes file dialog boxes for easy selection of input and output files.
  • Flexible Output Options: Offers users the choice to either directly execute the decoded binaries or save them to disk.

Usage

Encoding a File

  1. Run Muninn.ps1.
  2. Choose the option to encode a binary to Base64.
  3. Use the file dialog to select the binary file you wish to encode.
  4. Choose where to save the encoded Base64 text file.

Decoding a File

  1. Run Muninn.ps1.
  2. Choose the option to decode Base64 to a binary.
  3. Use the file dialog to select the Base64 text file you wish to decode.
  4. Decide whether to directly execute the binary or save it:
    • If executing, the script will run the binary and then delete it from memory.
    • If saving, choose the location to save the decoded binary file.

Contributions

Contributions are welcome. Please fork the repository and submit a pull request with your enhancements.

Support

For support, feature requests, or bug reporting, please open an issue in the project repository on GitHub.

About

Muninn.ps1 was developed to provide a reliable and secure method for handling binary data conversions, inspired by the wisdom and memory attributes of Muninn from Norse mythology.

muninn's People

Contributors

0d1nss0n 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.