Python Forum
Create file archive that contains crypto hash
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Create file archive that contains crypto hash
#1
Hi All,
I'm looking for some expertise on using python to do some file archiving and cryptographic hashing.
I'm hoping to create something that will move files into archive blocks. Each block will have a unique block number, hash of the block, hash of previous block and then the data itself. Basically it'll be a very simple block chain of sorts.
I'm not great at programming so before I start looking into how to do this I wanted to ask people with more knowledge if they think this could be possible to do in python?

Cheers in advance for any advice..
Reply
#2
You could begin with the zip libary:
https://docs.python.org/3/library/zipfile.html
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  SHA256 ImportError when using Crypto.Hash in crypto.py andrewk 1 483 Feb-17-2025, 02:06 PM
Last Post: DeaD_EyE
  Extract and rename a file from an Archive tester_V 4 3,700 Jul-08-2024, 07:54 AM
Last Post: tester_V
  Extracting specific file from an archive tester_V 4 2,241 Jan-29-2024, 06:41 PM
Last Post: tester_V
  Create Choices from .ods file columns cspower 3 1,762 Dec-28-2023, 09:59 PM
Last Post: deanhystad
  Recommended way to read/create PDF file? Winfried 3 4,772 Nov-26-2023, 07:51 AM
Last Post: Pedroski55
  Use PM4PY and create working file thomaskissas33 0 1,924 Nov-14-2023, 06:53 AM
Last Post: thomaskissas33
  Create csv file with 4 columns for process mining thomaskissas33 3 1,806 Nov-06-2023, 09:36 PM
Last Post: deanhystad
  create exe file for linux? korenron 2 1,767 Mar-22-2023, 01:42 PM
Last Post: korenron
  [SOLVED] How to crack hash with hashlib Milan 0 2,348 Mar-09-2023, 08:25 PM
Last Post: Milan
  my first file won't create itself MehHz2526 2 1,657 Nov-27-2022, 12:58 AM
Last Post: MehHz2526

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020