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
  Extracting specific file from an archive tester_V 4 497 Jan-29-2024, 06:41 PM
Last Post: tester_V
  Create Choices from .ods file columns cspower 3 578 Dec-28-2023, 09:59 PM
Last Post: deanhystad
  Recommended way to read/create PDF file? Winfried 3 2,861 Nov-26-2023, 07:51 AM
Last Post: Pedroski55
  Use PM4PY and create working file thomaskissas33 0 640 Nov-14-2023, 06:53 AM
Last Post: thomaskissas33
  Create csv file with 4 columns for process mining thomaskissas33 3 740 Nov-06-2023, 09:36 PM
Last Post: deanhystad
  create exe file for linux? korenron 2 961 Mar-22-2023, 01:42 PM
Last Post: korenron
  [SOLVED] How to crack hash with hashlib Milan 0 1,395 Mar-09-2023, 08:25 PM
Last Post: Milan
  my first file won't create itself MehHz2526 2 890 Nov-27-2022, 12:58 AM
Last Post: MehHz2526
  Create multiple/single csv file for each sql records mg24 6 1,380 Sep-29-2022, 08:06 AM
Last Post: buran
  Installing Pillow from remote archive in Linux Flatpak ChrisOfBristol 6 1,436 Sep-23-2022, 07:48 PM
Last Post: ChrisOfBristol

Forum Jump:

User Panel Messages

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