extends Node2D
var fd:FileDialog
var logic=false
const CHUNK_SIZE = 1024
func hash_file(path): # Check that file exists. if not FileAccess.file_exists(path): return # Start an SHA-256 context. var [...] Read more
How to sha256 file with open dialog and save it to user space in Godot4
