integrity
How to do large file integrity check
I need to do an integrity check for a single big file. I have read the SHA code for Android, but it will need one another file for the result digest. Is there another method using a single file?[详细]
2023-04-13 03:50 分类:问答Is there a formal definition of session integrity regarding servlets?
This question is related to another existing SO question. HttpServletRe开发者_Go百科quest\'s getSession(boolean) method mentions session integrity, but it does not define the concept.[详细]
2023-04-08 19:49 分类:问答How does Tomcat maintain session integrity?
HttpServletRequest\'s getSession(boolean) method mentions session integrity. How does Tomcat maintains session i开发者_Python百科ntegrity? What rules does it use? What method? What is happening under[详细]
2023-04-08 15:11 分类:问答Linux kernel module to check memory integrity
I\'m writing a kernel module that checks the integrity of code segments for running tasks by controlling checksums. I ran into a few hurdles:[详细]
2023-04-01 00:57 分类:问答What's better? Countries, States and Cities on DataBase or not?
I\'m developing a website with PHP & MySQL where users can sign up. In the sign up form they need to fill up country, state and city. I want to know if it\'s a good idea to save it on my database[详细]
2023-03-18 19:00 分类:问答How to go about transferring hash for file integrity check?
I have an application that downloads a file from the server. The connection is very unstable and so we are implementing a feature to check for file integrity so that we can know if the file was not do[详细]
2023-03-03 01:48 分类:问答Runtime integrity check of executed files
I just finished writing a linux security module which verifies the integrity of executable files at the start of their execution (using digital signatures). Now I want to dig a little bit deeper and w[详细]
2023-02-22 14:29 分类:问答Does .Net have any built-in controls to ensure message integrity?
I know I could go and read the source code of the Framework, but in the interests of saving time and getting something back fro mthe community, does anyone know if any .Net classes specifically ensure[详细]
2023-02-22 13:03 分类:问答How to check image integrity?
I am building a web crawler, and one of its functions is to download images. The problem is that sometimes, for some reason, there are images that are downloaded with errors in them, eg: Half of the[详细]
2023-02-19 17:54 分类:问答Is this a good solution to ensure data integrity in this specific situation?
I\'m working on an applicatio开发者_如何学编程n which tracks prices for certain items. Each price has a reference to an item, a business that sells that item, and the location the item is being sold[详细]
2023-02-14 22:39 分类:问答