Giter Club home page Giter Club logo

file_read_rfc_5652_padding's Introduction

File read of 16 byte blocks with RFC5652 padding

Usage

Padding is applied:
./padding 1GB 1GB.ap -a
Padding is removed:
./padding 1GB.ap 1GB.np -r

Padding with encryption:
./padding 1GB 1GB.ap -ea Padding is removed with decryption: ./padding 1GB.ap 1GB.np -dr

sha256sum(33) == sha256sum(33.np)
If the hashes are not equal, something went wrong.

Due to the nature of the RFC5652 specified algorithm, the padding will always be added.

The hash of the in and output files shall be the same,
after adding and removal of the padding.
The execution was not successful on any exit code different than 0.

Generate Testfiles

dd if=/dev/urandom of=1K bs=1K count=1
dd if=/dev/urandom of=1M bs=1M count=1
dd if=/dev/urandom of=253B bs=253 count=1
dd if=/dev/urandom of=256B bs=256 count=1
dd if=/dev/urandom of=257B bs=257 count=1
dd if=/dev/urandom of=1GB bs=1GB count=1

file_read_rfc_5652_padding's People

Contributors

9r2by avatar

Watchers

 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.