https://github.com/tinoryj/bucketattack
Bucket Attack Test Tools For FSL DataBase
https://github.com/tinoryj/bucketattack
Last synced: 3 months ago
JSON representation
Bucket Attack Test Tools For FSL DataBase
- Host: GitHub
- URL: https://github.com/tinoryj/bucketattack
- Owner: tinoryj
- Created: 2018-02-17T00:58:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-15T13:35:29.000Z (about 7 years ago)
- Last Synced: 2025-01-06T14:35:31.557Z (4 months ago)
- Language: C
- Size: 42.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Usage
### step 1
```
make
```This will creat 3 output exec (encryptFSL inferChunks readChunksToDBs)
### step 2
```
./encryptFSL FSL_H_filename
```This step will creat the encrypted FSL_H file named "xxx.enc"
### step 3
using
```
./readChunksToDBs /fsl-data.enc /cdbs/xxxFCDB /cdbs/xxxSFDB
./readChunksToDBs /fsl-data /mdbs/xxxFCDB /mdbs/xxxSFDB
```### step 4
using
```
./inferChunks /CFC /CSF /MFC /MSF threhold
```to start infer step accroding to CFC CSF MCF MSF DBs
(couldn't run with step 3,[they using the same dbs])