-
Notifications
You must be signed in to change notification settings - Fork 0
/
programa.c
executable file
·158 lines (148 loc) · 3.79 KB
/
programa.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
void flush_in(){
//função para limpar o buffer do teclado
int ch;
while( (ch = fgetc(stdin)) != EOF && ch != '\n' ){}
}
void encript(char nome[100])
{
char senha[100];
char dicionario[100] = {
'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't',
'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D',
'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X',
'Y', 'Z'};
printf("\nCerto %s... agora informe a senha que deverá ser encriptada: ", nome);
scanf("%s", senha);
int qtd = strlen(senha) + strlen(senha);
char senha_e[strlen(senha)];
int i=0;
int j=0;
char aux[1];
int temp = 0;
for(i=0 ; i<strlen(senha) ; i++)
{
for(j=0 ; j<strlen(dicionario) ; j++)
{
if( (senha[i] == dicionario[j]) & (j<=59) )
{
aux[0] = dicionario[j+3];
senha_e[i] = aux[0];
}
if( (senha[i] == dicionario[j]) & (j==60) )
{
aux[0] = dicionario[1];
senha_e[i] = aux[0];
}
if( (senha[i] == dicionario[j]) & (j==61) )
{
aux[0] = dicionario[2];
senha_e[i] = aux[0];
}
if( (senha[i] == dicionario[j]) & (j==62) )
{
aux[0] = dicionario[3];
senha_e[i] = aux[0];
}
}
}
//populando o resto do vetor encriptado com números aleatórios
for(int cont=strlen(senha) ; cont<qtd ; cont++)
{
temp = rand() % 60;
senha_e[cont] = dicionario[temp];
}
printf("\n\nSENHA ENCRIPTADA COMPLETA:\n");
for(int cont = 0 ; cont<strlen(senha_e) ; cont++)
{
printf("%c", senha_e[cont]);
}
printf("\n\n");
}
void decript(char nome[100])
{
char senha_e[100];
char senha[100];
char temp;
char dicionario[100] = {
'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't',
'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D',
'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X',
'Y', 'Z'};
printf("\nCerto %s... informe o código que deverá ser desencriptado: ", nome);
scanf("%s", senha_e);
int qtd_certa = (strlen(senha_e) / 2);
for(int i=0 ; i<qtd_certa ; i++)
{
temp = senha_e[i];
for(int j=0 ; j<strlen(dicionario) ; j++)
{
if( (temp == dicionario[j]) & (j<=59))
{
senha[i] = dicionario[j-3];
}
if( (temp == dicionario[j]) & (j==60) )
{
senha[i] = dicionario[1];
}
if( (temp == dicionario[j]) & (j==61) )
{
senha[i] = dicionario[2];
}
if( (temp == dicionario[j]) & (j==62) )
{
senha[i] = dicionario[3];
}
}
}
printf("\n\nSENHA DESENCRIPTADA:\n");
for(int cont = 0 ; cont<strlen(senha) ; cont++)
{
printf("%c", senha[cont]);
}
printf("\n\n");
}
void apresentacao()
{
printf("\e[H\e[2J");
printf("\n\n\n");
printf("###### Gabriel Barban Rocha - Key Generator Versão 1 ######");
printf("\n\n\n");
}
void opcoes()
{
char nome[100];
char opcao[1];
int a;
system("read -p \"Pressione enter para continuar\" saindo");
printf("\e[H\e[2J");
printf("Qual o seu nome? ");
scanf("%s", nome);
flush_in();
printf("\n1- Criar chave encriptada\n2- Desemcriptar uma chave\n\n\nO que você deseja fazer %s (Digite o n° da opção)? ", nome);
scanf("%c", opcao);
flush_in();
if(opcao[0] == '1')
{
encript(nome);
opcoes();
}
if(opcao[0] == '2')
{
decript(nome);
opcoes();
}
if( (opcao[0] != '1') & (opcao[0] != '2') )
{
printf("Você não escolheu nenhuma das opções corretas.\n");
opcoes();
}
}
int main()
{
apresentacao();
opcoes();
return 0;
}