Cypher

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit e7f7f61376cfd44a591712dfe7dd100a896c32df
parent 51b119018e98a60bf60884921f6fea93252ca5ad
Author: Minerva-Juppiter <ryouturn@gmail.com>
Date:   Wed, 31 Aug 2022 21:53:24 +0900


Diffstat:
MSortProgram.cs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SortProgram.cs b/SortProgram.cs @@ -203,7 +203,7 @@ namespace Cypher byte[] hashdate; hashdate = shaM.ComputeHash(dates); byte[] hashOriginalDate; - hashOriginalDate = File.ReadAllBytes(whereEncrypted + @"\" + "Date"); + hashOriginalDate = File.ReadAllBytes(whereEncrypted + @"\" + "Date.cypherD"); if (BitConverter.ToInt32(hashdate) != BitConverter.ToInt32(hashOriginalDate)) { Console.WriteLine("The sorted file was not Original File.");