Advertise Here
Advertise Here
Advertise Here
Advertise Here
Page 674 of 935 FirstFirst ... 174424574624649664669672673674675676679684699724774924 ... LastLast
Results 6,731 to 6,740 of 9348

Thread: 3._ ΓΑΜΜΑ - ΤΙΤΑΝ: Συζητήσεις - Ερωτήσεις

  1. #6731
    Senior Member
    Join Date
    05-05-2009
    Posts
    138
    Uploads
    0
    Likes
    0

    Re: I Gata Mou Pinase Ti Na Kano,Ti Na Taiso,Iparxi Fos Sto Tounel Ti Ginete Me Tin T

    με date ff ff το προβατό είναι για τη σούβλα και πάς για άλλο ζωντανό

  2. Advertise Here
  3. #6732
    Senior Member nikos_'s Avatar
    Join Date
    06-08-2009
    Posts
    535
    Uploads
    0
    Likes
    0

    Re: I Gata Mou Pinase Ti Na Kano,Ti Na Taiso,Iparxi Fos Sto Tounel Ti Ginete Me Tin T

    To create 0201 cmd ...
    To create the 0201 command you need to make in this format. "020100" is special instruction to gamma to receive an update string next two bytes tells gamma which 3DES key to use from possible 16 keys. For example 02010003 tells gamma to use the forth key. Its forth because starts from 0. example: 020100020048F4347C4D8FC5E3A29A67C67DD205 .... here the gamma is told to use the third key because 020100002 (is 2 here starting from zero is 3rd key). Next is the length of the message. In this example is 48 (hex bytes). Next is the 8 byte DES cipher-block chained checksum (des-mac). This like digital signature. Next is 40 hex bytes of update message. Finally is the single byte CRC.


    Re: To create 0201 cmd ...
    Many people PM about how to create gamma update commands. Here is explain I put together for PMs

    020100DKLNMMMMMMMMUSUL PAYLOAD CC
    02 = Gamma update PDU
    01 = CLA
    00 = P1
    DK = Index to 16byte Gamma update 3DES Key.
    LN = Length of Message
    MM = 8 Byte DES MAC
    US = Update Selector (what to update)

    For GSMK US = 01
    For PMSK US = 02
    For IV_PAD US = 03
    For GMASK US = 04
    For PMASK US = 05
    For KEK US = 06
    For COCO US = 08
    For HSN US = 09
    For ExiKey US = 0B
    For AxiKey US = 0C
    For ProviderID US = 10
    For GroupKey US = 12
    For ProductKey US = 13
    For OS Erase US = 20
    FOR OS Update US = 21

    UL = Length of Update (for example for HSN UL = 03, for GMSK UL = 10, etc...)

    PAYLOAD is the Update
    CC = Message CRC or Checksum. Simply XOR message with 0x3F

    OK to have multiple updates in one command.
    Example:
    020100DKLNMMMMMMMM0903HNHNHN0803COCOCO10 03PIPIPICC

    This command will update HSN (HN), Coco (CO) and Provider ID (PI) in one go.

    The DES MAC is calculated by prepending an 8 octet confounder to the plaintext, performing a DES CBC-mode encryption on the result using the key and an initialization vector of zero, taking the last block of the ciphertext, prepending the same confounder and encrypting the pair using DES in cipher-block-chaining (CBC) mode using a a variant of the key, where the variant is computed by eXclusive-ORing the key

    The message after LN is encrypted using the Triple DES mode CBC until the CC using 16 byte key in index DK


    @xaniaras,snakie k loipoi gnwstes to des mac pws mporoume na to upologisoumai gia na kanoume decrypt mia grammi?

    mipws einai ektos thematos k edw??

  4. #6733
    Born to be... child polteris's Avatar
    Join Date
    27-03-2009
    Location
    Greece
    Posts
    3,756
    Uploads
    2
    Likes
    2

    Re: I Gata Mou Pinase Ti Na Kano,Ti Na Taiso,Iparxi Fos Sto Tounel Ti Ginete Me Tin T

    Quote Originally Posted by nikos_ View Post
    To create 0201 cmd ...
    To create the 0201 command you need to make in this format. "020100" is special instruction to gamma to receive an update string next two bytes tells gamma which 3DES key to use from possible 16 keys. For example 02010003 tells gamma to use the forth key. Its forth because starts from 0. example: 020100020048F4347C4D8FC5E3A29A67C67DD205 .... here the gamma is told to use the third key because 020100002 (is 2 here starting from zero is 3rd key). Next is the length of the message. In this example is 48 (hex bytes). Next is the 8 byte DES cipher-block chained checksum (des-mac). This like digital signature. Next is 40 hex bytes of update message. Finally is the single byte CRC.


    Re: To create 0201 cmd ...
    Many people PM about how to create gamma update commands. Here is explain I put together for PMs

    020100DKLNMMMMMMMMUSUL PAYLOAD CC
    02 = Gamma update PDU
    01 = CLA
    00 = P1
    DK = Index to 16byte Gamma update 3DES Key.
    LN = Length of Message
    MM = 8 Byte DES MAC
    US = Update Selector (what to update)

    For GSMK US = 01
    For PMSK US = 02
    For IV_PAD US = 03
    For GMASK US = 04
    For PMASK US = 05
    For KEK US = 06
    For COCO US = 08
    For HSN US = 09
    For ExiKey US = 0B
    For AxiKey US = 0C
    For ProviderID US = 10
    For GroupKey US = 12
    For ProductKey US = 13
    For OS Erase US = 20
    FOR OS Update US = 21

    UL = Length of Update (for example for HSN UL = 03, for GMSK UL = 10, etc...)

    PAYLOAD is the Update
    CC = Message CRC or Checksum. Simply XOR message with 0x3F

    OK to have multiple updates in one command.
    Example:
    020100DKLNMMMMMMMM0903HNHNHN0803COCOCO10 03PIPIPICC

    This command will update HSN (HN), Coco (CO) and Provider ID (PI) in one go.

    The DES MAC is calculated by prepending an 8 octet confounder to the plaintext, performing a DES CBC-mode encryption on the result using the key and an initialization vector of zero, taking the last block of the ciphertext, prepending the same confounder and encrypting the pair using DES in cipher-block-chaining (CBC) mode using a a variant of the key, where the variant is computed by eXclusive-ORing the key

    The message after LN is encrypted using the Triple DES mode CBC until the CC using 16 byte key in index DK


    @xaniaras,snakie k loipoi gnwstes to des mac pws mporoume na to upologisoumai gia na kanoume decrypt mia grammi?

    mipws einai ektos thematos k edw??
    oxi file!
    den me enoxli to ti grafeis. min pareksigitho!!
    apla exthes eipame na min anoixtei kainourio thema!!!
    euxaristo gia tin katanoisi!!

  5. #6734
    Senior Member ctflight's Avatar
    Join Date
    26-05-2009
    Location
    Tankanika
    Posts
    111
    Uploads
    0
    Likes
    0

    Re: I Gata Mou Pinase Ti Na Kano,Ti Na Taiso,Iparxi Fos Sto Tounel Ti Ginete Me Tin T

    Quote Originally Posted by nikos_ View Post
    To create 0201 cmd ...
    To create the 0201 command you need to make in this format. "020100" is special instruction to gamma to receive an update string next two bytes tells gamma which 3DES key to use from possible 16 keys. For example 02010003 tells gamma to use the forth key. Its forth because starts from 0. example: 020100020048F4347C4D8FC5E3A29A67C67DD205 .... here the gamma is told to use the third key because 020100002 (is 2 here starting from zero is 3rd key). Next is the length of the message. In this example is 48 (hex bytes). Next is the 8 byte DES cipher-block chained checksum (des-mac). This like digital signature. Next is 40 hex bytes of update message. Finally is the single byte CRC.


    Re: To create 0201 cmd ...
    Many people PM about how to create gamma update commands. Here is explain I put together for PMs

    020100DKLNMMMMMMMMUSUL PAYLOAD CC
    02 = Gamma update PDU
    01 = CLA
    00 = P1
    DK = Index to 16byte Gamma update 3DES Key.
    LN = Length of Message
    MM = 8 Byte DES MAC
    US = Update Selector (what to update)

    For GSMK US = 01
    For PMSK US = 02
    For IV_PAD US = 03
    For GMASK US = 04
    For PMASK US = 05
    For KEK US = 06
    For COCO US = 08
    For HSN US = 09
    For ExiKey US = 0B
    For AxiKey US = 0C
    For ProviderID US = 10
    For GroupKey US = 12
    For ProductKey US = 13
    For OS Erase US = 20
    FOR OS Update US = 21

    UL = Length of Update (for example for HSN UL = 03, for GMSK UL = 10, etc...)

    PAYLOAD is the Update
    CC = Message CRC or Checksum. Simply XOR message with 0x3F

    OK to have multiple updates in one command.
    Example:
    020100DKLNMMMMMMMM0903HNHNHN0803COCOCO10 03PIPIPICC

    This command will update HSN (HN), Coco (CO) and Provider ID (PI) in one go.

    The DES MAC is calculated by prepending an 8 octet confounder to the plaintext, performing a DES CBC-mode encryption on the result using the key and an initialization vector of zero, taking the last block of the ciphertext, prepending the same confounder and encrypting the pair using DES in cipher-block-chaining (CBC) mode using a a variant of the key, where the variant is computed by eXclusive-ORing the key

    The message after LN is encrypted using the Triple DES mode CBC until the CC using 16 byte key in index DK


    @xaniaras,snakie k loipoi gnwstes to des mac pws mporoume na to upologisoumai gia na kanoume decrypt mia grammi?

    mipws einai ektos thematos k edw??
    Ayto einai wreo ma8hma !!!!!!!!!!!!! Arage 8a pei kanenas to mystiko ???????????????????

  6. #6735
    Senior Member manous's Avatar
    Join Date
    23-01-2010
    Location
    Greece
    Posts
    222
    Uploads
    0
    Likes
    0

    Re: I Gata Mou Pinase Ti Na Kano,Ti Na Taiso,Iparxi Fos Sto Tounel Ti Ginete Me Tin T

    Quote Originally Posted by miomeimar View Post
    με date ff ff το προβατό είναι για τη σούβλα και πάς για άλλο ζωντανό
    Se pio date eimaste, an 8imamai kala prepei na einai 8C?

  7. #6736
    Senior Member
    Join Date
    05-05-2009
    Posts
    138
    Uploads
    0
    Likes
    0

    Re: I Gata Mou Pinase Ti Na Kano,Ti Na Taiso,Iparxi Fos Sto Tounel Ti Ginete Me Tin T

    Quote Originally Posted by manous View Post
    Se pio date eimaste, an 8imamai kala prepei na einai 8C?
    Δεν ξέρω να υπολογιζω date αν ξέρεις παρακαλώ ενημερωσέ με.

    Μόνο να το βρίσκω έμαθα απο tips του @xaniara string και fmcard

  8. #6737
    Member
    Join Date
    26-08-2009
    Posts
    25
    Uploads
    0
    Likes
    0

    Re: I Gata Mou Pinase Ti Na Kano,Ti Na Taiso,Iparxi Fos Sto Tounel Ti Ginete Me Tin T

    exo fa5 evala to sikekrimeno arxeio estila to log ola ok alla den anikse ?? se simerino log pou vrika to hsn den yparxei mipos eklise kai ayto ???? an oxi mpori kapios me pm na mou stilei ti gremi gia na to logao.

  9. #6738
    Junior Member argonaytis's Avatar
    Join Date
    05-01-2006
    Posts
    22
    Uploads
    0
    Likes
    0

    Re: I Gata Mou Pinase Ti Na Kano,Ti Na Taiso,Iparxi Fos Sto Tounel Ti Ginete Me Tin T

    xerei kanenas pou mporo na vro OS gia ti gata 1.5 1.6 1.7? eyxaristw.

  10. #6739
    VIP Member nikolas021292's Avatar
    Join Date
    21-04-2009
    Posts
    3,287
    Uploads
    10
    Likes
    0

    Re: I Gata Mou Pinase Ti Na Kano,Ti Na Taiso,Iparxi Fos Sto Tounel Ti Ginete Me Tin T

    Quote Originally Posted by argonaytis View Post
    xerei kanenas pou mporo na vro OS gia ti gata 1.5 1.6 1.7? eyxaristw.
    otan to vreis na mas to doseis kai se emas, giati den nomizw na to exei kanenas.?????????

  11. #6740
    Junior Member argonaytis's Avatar
    Join Date
    05-01-2006
    Posts
    22
    Uploads
    0
    Likes
    0

    Re: I Gata Mou Pinase Ti Na Kano,Ti Na Taiso,Iparxi Fos Sto Tounel Ti Ginete Me Tin T

    Quote Originally Posted by nikolas021292 View Post
    otan to vreis na mas to doseis kai se emas, giati den nomizw na to exei kanenas.?????????
    Toso krifo einai? giati to1.4 kikloforei pantoy

Advertise Here

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •