mirror of
https://github.com/brmlab/timingattack.git
synced 2025-06-08 17:14:10 +02:00
Update README
This commit is contained in:
parent
8becb14b4c
commit
5a28b88767
1 changed files with 3 additions and 2 deletions
5
README
5
README
|
@ -1,6 +1,6 @@
|
||||||
This is timing attack demo. Requires Apache Maven 3.0.3 to build (http://maven.apache.org/).
|
This is timing attack demo. Requires Apache Maven 3.0.3 to build (http://maven.apache.org/).
|
||||||
|
|
||||||
To build binaries execute (expecting that mvn is on PATH):
|
To build binaries execute (assuming that mvn is on PATH and you are where pom.xml file is):
|
||||||
$ mvn package
|
$ mvn package
|
||||||
|
|
||||||
This will execute maven in order to build jar assembly.
|
This will execute maven in order to build jar assembly.
|
||||||
|
@ -8,8 +8,9 @@ It needs internet connections to download dependencies.
|
||||||
In case of problems with downloads try to re-execute command.
|
In case of problems with downloads try to re-execute command.
|
||||||
The assembly will be present in directory target/.
|
The assembly will be present in directory target/.
|
||||||
|
|
||||||
Copy the binary assembly to bin/ directory:
|
Copy the binary assembly to bin/ directory and go there:
|
||||||
$ cp target/keyczar-0.6b-jar-with-dependencies.jar bin/
|
$ cp target/keyczar-0.6b-jar-with-dependencies.jar bin/
|
||||||
|
$ cd bin/
|
||||||
|
|
||||||
Create signing keys:
|
Create signing keys:
|
||||||
$ ./createKey.sh key 0 3
|
$ ./createKey.sh key 0 3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue