Encryption Projects as SU group

dvlajkovic

Member
Messages
498
Does this mean that CudaBiss 51264 can have its speed increased by simply updating the cudart dll file version in the app folder?
Or does it require an internal code change to CudaBiss 51264 to get it to reference a more recent cudart dll file?
The latter, along with somewhat changed (optimized?) code that uses newer kernel accompanied by a newer dll.
 

cayoenrique

Member
Messages
475
No it will not be inside the "NVIDIA GPU Computing Toolkit".
Instead what we need should be part of the "CUDABISS" binaries. Some time if the binaries are not strip, we can see part of the sources as ASCII code inside the binaries.
But if not we need to find a way to decompose this binaries and see if we can find it in assembly. My best guess some sort of ptx or something like that. Then there are programns that takes this ptx and try to recreate a C language like program.

If data is not in ASCII form save as debug information, then it requires some expertise to pull out something half useful.
 

zeraus

Registered
Donating Member
Messages
33
Hello

I want to clarify that I have no programming knowledge.

In order to understand all this, it would be good to clarify something.

The proposal is due to the fact that with CSA-Rainbow-Table in mode 1 and mode 2 it does not obtain results?
Because we know that this method would be much faster, especially mode2.

I would like someone to clarify this doubt.

If the problem you have is the hardware, someone with knowledge write me privately and I will give you access to several 3070Ti to test

I guess no one has thought of BissCA for brute force purposes yet.
Has anyone calculated how long it would take to find the key?

Greetings
 

sdrfgs

Registered
Messages
99
The purpose of cudabiss these days is to bruteforce the keys from .ts that don't have any crypts
 

ViaHussun

Donating Member
Messages
4,098
@ViaHussun & C0der

From what you say it seems there is no clinfo.exe by default. Listen I need a few hours to finish the tutorials. Then we will create a project to build clinfo.

I got trouble my self doing
Code:
https://github.com/Oblomov/clinfo
This one compile and run easier because it show just a few things
Code:
https://github.com/hnw/clinfo

Now be aware that this apps do not do opencl, they do not have a opencl kernel to send to gpu. They only query info from gpu.

Wait until I finish tutorials

Is there any progress on this?
 

sdrfgs

Registered
Messages
99
i have 2 archives

all .exe 1267 KB
Cudabiss22464.exe
Cudabiss24064.exe
Cudabiss25664.exe
Cudabiss44864.exe
Cudabiss48064.exe
Cudabiss51264.exe

cudart.dll
cudart32_32_16.dll
Cudart64_31_9.dll
cutil32.dll
cutil64.dll
input.txt
packets_TS.exe (19kb)
----------------
Then this which called itself Cudabiss 2.1.2

all .exe 2126 KB
Cudabiss96064.exe
Cudabiss89664.exe
Cudabiss51264.exe
Cudabiss48064.exe
Cudabiss44864.exe
Cudabiss12864.exe
Cudabiss12064.exe
Cudabiss11264.exe
cudart.dll
cutil64.dll
cudart64_40_17.dll

It usually crashes for me with this error

c:/ProgramData/NVIDIA Corporation/NVIDIA GPU Computing SDK 4.0/C/src/template/template.cu(5062) : cudaSafeCall() Runtime API error : unspecified launch failure.
 

sdrfgs

Registered
Messages
99
To keep things in order lets all use the same input.txt
this a short test for speed tests

000000000000
001000000000
47420097FBD6514CF8A45710DEDC2BA8
47420090ACA55EC7AD6798DA9939A615
4742009C34C7B45CBFF0718AEDBE387B
1
1
 

ViaHussun

Donating Member
Messages
4,098
To keep things in order lets all use the same input.txt
this a short test for speed tests

000000000000
001000000000
47420097FBD6514CF8A45710DEDC2BA8
47420090ACA55EC7AD6798DA9939A615
4742009C34C7B45CBFF0718AEDBE387B
1
1
Can I give you a TS recording, encrypted?
Let's do the test on him.
 

sdrfgs

Registered
Messages
99
we dont need any test .ts only a speed test from scanning a default range inthe input. The purpose isnt too find something
here is mine, running 1 copy

I7 5820k
16 gb ddr 4 ram@stock speed,
GTX 980 Gigabyte 4GB model, non overclocked

Processing time: 123405.015625 (ms)
Total amount of keys searched: 68719476736.000000
Resulting speed: 556861312 keys/s
 

sdrfgs

Registered
Messages
99
Cudabiss 2.5 looks to be the same initial cudabiss release but with 1 modified file
Cudabiss48064.exe with 1731KB has been modified to Turkish language

and the speed test is awful
Toplam Süre: 141598.406250 (ms)
Toplam Aranan key Miktarì : 68721049600.000000
Sonuç Hìzì : 485323616 keys/s
 

ViaHussun

Donating Member
Messages
4,098
we dont need any test .ts only a speed test from scanning a default range inthe input. The purpose isnt too find something
here is mine, running 1 copy

I7 5820k
16 gb ddr 4 ram@stock speed,
GTX 980 Gigabyte 4GB model, non overclocked

Processing time: 123405.015625 (ms)
Total amount of keys searched: 68719476736.000000
Resulting speed: 556861312 keys/s
lastkey.txt is not present, reading start key from input.txt
Starting from key: 0 0 0 0 0 0
The total amount of keys to search is approximately 68719476736.000000, good luck
You are running mode 1
keys per thread: 256


it comes out like this for me, it doesn't come out like you
 

ViaHussun

Donating Member
Messages
4,098
we dont need any test .ts only a speed test from scanning a default range inthe input. The purpose isnt too find something
here is mine, running 1 copy

I7 5820k
16 gb ddr 4 ram@stock speed,
GTX 980 Gigabyte 4GB model, non overclocked

Processing time: 123405.015625 (ms)
Total amount of keys searched: 68719476736.000000
Resulting speed: 556861312 keys/s

how to see the speed rate?
 
Top