Nagra Hex block Decryption

Status
Not open for further replies.
Hi #Benfica200 good??:p



hug:D

rcS>>>> script open

#! /bin/sh
#
# rcS Call all S??* scripts in /etc/rcS.d in
# numerical/alphabetical order.
#
# Version: @(#)/etc/init.d/rcS 2.76 19-Apr-1999 [email protected]
#

PATH=/sbin:/bin:/usr/sbin:/usr/bin
runlevel=S
prevlevel=N
umask 022
export PATH runlevel prevlevel

#
# See if system needs to be setup. This is ONLY meant to
# be used for the initial setup after a fresh installation!
#
if [ -x /sbin/unconfigured.sh ]
then
/sbin/unconfigured.sh
fi

#
# Source defaults.
#
. /etc/default/rcS
export VERBOSE

#
# Trap CTRL-C &c only in this shell so we can interrupt subprocesses.
#
trap ":" INT QUIT TSTP

#
# Call all parts in order.
#
for i in /etc/rc.d/rcS.d/S??*
do
# Ignore dangling symlinks for now.
[ ! -f "$i" ] && continue

case "$i" in
*.sh)
# Source shell script for speed.
(
trap - INT QUIT TSTP
set start
. $i
)
;;
*)
# No sh extension, so fork subprocess.
$i start
;;
esac
done

#
# Finish setup if needed. The comment above about
# /sbin/unconfigured.sh applies here as well!
#
if [ -x /sbin/setup.sh ]
then
/sbin/setup.sh
fi
 
viper please in future, post all content in one post and stop to spam the topic with so many posts
The forum has something called attachements...
 
viper please in future, post all content in one post and stop to spam the topic with so many posts
The forum has something called attachements...

Hey man, I need a huge favor, delete or have delete, and consider it rubbish
tank you
:p
 
3Des-Key Csat 1811 cak7 France

xx Dx xE xx 7x x4 xx Cx xx x4 Cx xx xE 1x xx xD

3Des-Key Telesat belgic M7 cak7

xx 8x x1 xx x0 xD Cx xx xx x2 Dx xx 1x Ax xB xx

Cwpk crypted OTA SW

90 30 >> (start of emm header)
1E >> (Operator)
xx xx xx xx >> (Nuid) (33 22 11 44)
10 >> (Encrypted key size, in this case 0x10 hex bytes)
12 >> (Payload data size 0x12 hex bytes)
01 00 >> (OTA idx keyslot 0x01)
6X 13 X7 XX BX X5 31 X4 XC X3 CX 1B XX FX X1 X6 >> (Encrypted CWPK corresponds to NUID)
Bay bay Viperx32 :D
 
Last edited:
:D
Where did you get this..? These keys are not worth anything if you don't have the corresponding nuid.

Nuid ?? For now I'll tell you nuid do not enter these accounts, you have to study nagra, and know what a 3des_key of each operator is and what it is for.
hug

// add CWPK deskey here
uint8_t deskey[16] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };

// Processing 3des even cw part
des(ecw, key_schedule1, 0); //decrypt
des(ecw, key_schedule2, 1); //crypt
des(ecw, key_schedule1, 0); //decrypt

// Processing 3des odd cw part
des(ecw+8, key_schedule1, 0); //decrypt
des(ecw+8, key_schedule2, 1); //crypt
des(ecw+8, key_schedule1, 0); //decrypt

memcpy(cw, ecw, 16);
cs_log_dump_dbg(D_ATR, cw, sizeof(cw), "Postprocessed CW: ");
}
 
God Save The Queen!
Nothing new.:rolleyes:

#include "globals.h"
#ifdef READER_VIACCESS
#include "oscam-aes.h"
#include "oscam-time.h"
#include "oscam-emm.h"
#include "reader-common.h"
#include "cscrypt/des.h"
#include "oscam-work.h"

rdr_log_dbg(reader, D_READER, "Decrypting nano E0 encrypted cw.");
uint8_t returnedcw[16] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
memcpy(returnedcw,ea->cw,16);
// Processing 3DES
// Processing even cw
des(returnedcw, reader->key_schedule1, 0); //decrypt
des(returnedcw, reader->key_schedule2, 1); //crypt
des(returnedcw, reader->key_schedule1, 0); //decrypt
// Processing odd cw
des(returnedcw+8, reader->key_schedule1, 0); //decrypt
des(returnedcw+8, reader->key_schedule2, 1); //crypt
des(returnedcw+8, reader->key_schedule1, 0); //decrypt

// returning value
memcpy(ea->cw,returnedcw, 16);

Please, verify reader-viacess.c oscam public

boas
caro #Benfica200, pena é, que somos a quarta língua mais falada do mundo, e pergunto porque não falas a tua Lingua? tens vergonha da tua Pátria?
se quiseres discutir esse tema, alguém mais chegado a ti, tem o meu contacto e dai retiramos qualquer duvidas que tenhas.
abraço
Tankyou
 
Last edited:
e a partir de hoge vou falar em Português de Portugal sem acordo Ortográfico, pois muito me orgulho de ser Português, tendes um exemplo (Salvador Sobral venceu o Festival Eurovisão da Canção - Cultura) (somos Campeões Europeus em Futebol) temos os nossos concidadãos nos melhores cargos Internacionais (caso da ONU).
Por alma de quem tenho eu de me adaptar a outra lingua?, até dos meus próprio conterrâneos e concidadãos que teem vergonha de falar Português, ( querem sucesso como os actores cinema e as canções mais bizarras tem por força de serem cantadas noutra lingua, isso só traduz uma coisa, falta de qualidade na letra e cultura (mesquinhez).
E porque razão os outros utilizadores não se adaptam á nossa Língua materna, será que alguém implementou uma determinada língua, programação etc, somos subordinados e obrigados a utilizar a mesma? por alma de quem?? ser sempre a mesma pequenez :mad:?.

abraço a todos
 
Last edited:
boa tarde amigos estou com um dump da bga24 alguem do forum pode achar a desencriptar o bloco 97

agradeço a todos do forum que poder me ajudar
 
boa tarde amigos estou com um dump da bga24 alguem do forum pode achar a desencriptar o bloco 97

agradeço a todos do forum que poder me ajudar
Esse dump já correu mundo,eu tenho aqui:.:p e nem me precisas de dizer de onde ele veio eheeh. isso é Peruano Kaon o maestro da distribuição é um Vigárista Espanhol, que tem (QUATRO) nicks em skype, e está habitado a entrar com calminha em pcs da vitima , primeiro ele te conquista com amizade, depois usa a velha técnica, o TEAMV, depois de te conquistar e sacar tudo o que pode:eek:
 
alexndrem até se registou como premium so para vir fazer um post. Obra de arte Parabens ;D

Since its english forum here is the translation:

alexndrem has only registered and bought premium only to make this post. Congrats
 
nao tem nada a ver so reconheço que as pessoas que ajudam precisam ser ajudadas tbem essa é minha opniao para manter o forum
 
I used to enjoy reading the posts on this thread. ENGLISH only please. It's in the rules.
 
alexndrem
stealing is not the same as helping i think

sorry for the offtopic chookey but this member registers once again with fake nick to obtain free infos , First of all it's linked to payserver , and 2 the guy stole from viper x PC files without autorization, so this kind of people should not be here in the forum sorry.

So on topic now
i share a dump who i can't find the 16c.
it's maybe very well hidden.
Share so people can study.
 

Attachments

  • 7211.rar
    606.4 KB · Views: 59
Last edited:
nao amigo vc esta me confundindo com alguem ae

fui um amigo que indicou esse forum que aqui eles estao estudando sobre o assunto eu participava do g6
 
I used to enjoy reading the posts on this thread. ENGLISH only please. It's in the rules.

E porque não Português???
Olá queremos e temos esse direito de igualdade em termos de Lingua no Mundo, se estás com problemas de entender o tema no Forum, Solicito que procuras o Google Tradutor.
Nota:. ( Respeitar a Língua dos Outros Paises é muito bonito, que é o que eu faço quando leio um poste de outro Idioma
Abraço
Ps: ( Lingua Portugues é a quarta (4ª)Lingua mais falada do Mundo)
 
nao amigo vc esta me confundindo com alguem ae

fui um amigo que indicou esse forum que aqui eles estao estudando sobre o assunto eu participava do g6
Não estarás a querer dizer G7 ?? Brasileiro Néeeee,
Tu realmente, estás a adquirir (substituir) o (Sim) Português, pelo (OK) Ingles titularissimo de lingua Inglesa , Porque não mudas o disco e falas em Português?.
Ou então, tens a mania que falas mal o Português, :D e falas bem pior o Inglês
Desculpa todos os animais que dizem ser (irracionais), que para mim são muito mais racionáis do que algum ser Humano , e até esses falam a mesma Língua neste mundo Global :p
Saudações Puro Lusitano
 
Last edited:
I understand what you are saying mate but you chose to join this English speaking forum. You accepted the rules when you joined but now you want to use Portugese on this forum. I am not a moderator so have no real say but if you want a closed group who confer in your native tongue, then perhaps you are better suited for a forum whose sole language isn't English.

I respect that you have donated to this forum but a forum is where ideas come together and we help each other. If you aren't willing to use a common language then you are not truly participating in the ethos of a forum. You need to lose the attitude mate and adhere to the terms you agreed to when you joined this community.
 
Status
Not open for further replies.
Back
Top