Wednesday, December 11, 2019

decrypt elliptic curve hack folder code fortran



Program that decodes a message in Fortran


program Program2

implicit none

INTEGER, DIMENSION(2,2) :: M, M2, M3
INTEGER :: B(32)
INTEGER :: row,col,max_rows,max_cols, Det, i, n, a
max_rows = 2
max_cols = 2

open(11, file = 'Data3.txt')

DO row = 1,max_rows
  READ(11,*) (M(row,col),col=1,max_cols)
END DO

!Finding the inverse of a 2x2 matrix and reassigning.
M2(1,1) = M(2,2)
M2(2,2) = M(1,1)
M2(1,2) = -M(1,2)
M2(2,1) = -M(2,1)

! Could not get determinant function to yield correct answer (calc by hand)
M3 = M2/-1
print*, M3
print*, Det

open(11, file = 'Data3.txt')
i = a

do i = 1, 16
    read(11,*) n
    print*, n
enddo

close(11)
end program Program2

! Determinant function for a 2x2 matrix
function Determinant(M2) result(Det)

   implicit none
   INTEGER, DIMENSION(2,2) :: M, M2, M3
   INTEGER :: B(32)
   INTEGER :: row,col,max_rows,max_cols, Det, i, n, a

   Det = M2(1,1)*M2(2,2) - M2(1,2)*M2(2,1)

end function Determinant

Jimmy where the fuck are u???? (elliptic curve hack folder)

oh men...check this one out

8GWIFI.ORG
Online elliptic curve encryption and decryption, key generator, ec paramater, elliptic curve pem formats

cable fiber optics sniffer tapping hack folder

AMAZON.COM
The SharkTap is a special purpose 10/100Base-T ethernet switch that allows you to 'tap into' an ethernet connection. It is intended to be used with the free Wireshark network analyzer or equivalent.

hack folder...fiber optics cable tapping sniffer part 1

portugal intel hack folder

Equipamentos de comunicações óticas para a ligação FOrte D.Carlos (SIRP) ao Colégio Militar

hack folder

welcome back to war, another wednesday, 10.30 am

Cable Modem Sniffer

File Size:33KB
Developer:http://www.moorer-software.com
Description:    CMSniff will allow anyone on a cable connection to sniff out MAC Address information along with users TFTP Server, Client IP and even configuration files! It works by sniffing out the broadcast packets from your cables server from what ever IP address you are assigned to. What can you do with something like this? Well, given you have the right firmware for your modem, you can change your HFC Mac to someone elses to clone them and get free cable internet or even download their config file to uncap your modem to faster speeds.
Download:  Cable Modem Sniffer

Danger Danger - Don't Walk Away