Hello
This is my first post and I wanted to share with you what I did yesterday
so I was talking with someone about a documents scanner app that he is using
this app can export to images and pdf and he uses it to scan important documents.
He told me that this app is insecure and hackers can easily jump into his phone and get the documents
so I told him that I can make a programme that will pack a document ( PDF or image ) and put it in a BIN file that is normally hard to read and decompile, as to decompile it you need the file structure class that it's me only who own it.
so yeah I made the programme, it took me some hours but the result is amazing
and I even added the passwords feature to protect the file with a password (a hashed string btw )
well that's it, I just wanted to share with you the fact that modern problems require modern C# developers ??
( quick question : is there a way that i can build my own hashing algorithm to make the programme more secure, thnx in advance
)
This is my first post and I wanted to share with you what I did yesterday
so I was talking with someone about a documents scanner app that he is using
this app can export to images and pdf and he uses it to scan important documents.
He told me that this app is insecure and hackers can easily jump into his phone and get the documents
so I told him that I can make a programme that will pack a document ( PDF or image ) and put it in a BIN file that is normally hard to read and decompile, as to decompile it you need the file structure class that it's me only who own it.
so yeah I made the programme, it took me some hours but the result is amazing
and I even added the passwords feature to protect the file with a password (a hashed string btw )
well that's it, I just wanted to share with you the fact that modern problems require modern C# developers ??
( quick question : is there a way that i can build my own hashing algorithm to make the programme more secure, thnx in advance