The aspect of an object which describes it as unaltered since a reference time at which a description of its state was recorded, or a description of the continued functioning of a property of the object. Examples: The MD5 hash of this file is the same as the MD5 hash I calculated yesterday; ...
0
votes
0answers
3 views
what is kernel mode file integrity checker?
I have a project to design a kernel mode file integrity checker. But I am confused, as in what is the difference between a kernel mode file integrity check and a user mode file integrity check. how ...
0
votes
0answers
20 views
How to make sure signed jar file deployed on web server (jboss, glassfish, or tomcat) integrity?
In the mobile application, the signed jar (or apk, cod) stay in handset, and OS has some ability to keep them integrity. But in the web application deployed jboss, glassfish or tomcat etc., If it is ...
0
votes
1answer
42 views
How to check File integrity
i'm developing an app that needs to download, every some minutes, some files.
Using php, i list all the files and from java i get this list and check for file if is present or not.
Once downloaded ...
0
votes
1answer
33 views
iOS - Programmatically check if the app is authentic
How do i check if my iOS app is code-signed with my certificate? or any other way by which i can determine that the app is original?
I've seen that its possible in case of Mac, here.
Please share ...
0
votes
0answers
21 views
Can transformation procedure be executed in parallel in Clark Wilson model?
Can transformation procedure be executed in parallel in Clark Wilson model?
Can you guys explain me or maybe give me some documentations about it? I'm having an hard time finding an answer on the net ...
0
votes
2answers
72 views
Checking tarfile integrity in Python
I'm working on converting my backup script from shell to Python. One of the features of my old script was to check the created tarfile for integrity by doing: gzip -t .
This seems to be a bit tricky ...
0
votes
2answers
205 views
Java Mysql Integrity Constraint Violation Exception
My Swing applications throws few exceptions. I tried to catch Integrity Constraint Violation Exception and display message "Duplicate ID". But when that happened, without catching it here: ...
0
votes
1answer
106 views
Does Google cloud messaging provide / support authentication, integrity and non repudiation?
I want to make sure that what I receive from the server, actually came from the server and was not tampered in transit.
I have an application that send commands from a server to mobile devices. For ...
0
votes
1answer
115 views
Android shared library integrity protection
Is there a way to somehow 'protect' a native shared library (.so) for the Android platform against binary changing?
E.g. someone could overwrite a JMP instruction with a NOP after reverse engineering ...
0
votes
0answers
37 views
Does VPN encryption imply message integrity for FP file transfers?
Ok, I know that the SFTP protocol is vastly superior to regular FTP, since it does both encryption and block-level checksums. I know that with SFTP I can be pretty sure the transfer is confidential, ...
0
votes
0answers
33 views
HBase and Data Integrity
I have some questions for HBase DB:
How to ensure data integrity?
Are there methods ensure the integrity?
Does HBase primary key? or alternatives
Foreign key?
Referential Integrity?
How are the ACID ...
1
vote
1answer
100 views
Redis and Data Integrity
I have some questions for REDIS DB:
How to ensure data integrity?
Are there methods ensure the integrity?
Does Redis primary key? or alternatives
Foreign key?
Referential Integrity?
How are the ACID ...
0
votes
0answers
112 views
XML-File Integrity Check Standard
I have a need to incorporate some kind of integrity check of XML file into it's structure. Considering an XmlDSig as a standard, I wonder is there any way to get rid of asymmetric key (authentication) ...
12
votes
5answers
289 views
Check Android Assets Integrity
In my folder assets/data, there are a lot of XML files containing static data for my app.
It's really easy for someone to retrieve an APK, modify a part of it and install on a device.
I would like ...
0
votes
1answer
55 views
Using RVM via Integrity continuous integration
I am currently using Integrity for continuous integration. The CI server is running with 'integrity' gemset, but the application (and it's Rspec test suite) it is supposed to start and test is ...