GDPR: get ready for this new law

GDPR: get ready for this new law

We are inserted in a context in which updating and computerization are constant, in addition to the increasingly frequent circulation of data on different platforms. With that, we can say that the sentence "Personal data is the new oil" has never made so much sense.

The subject Information Security has always been considered an important methodology to be implemented and followed by organizations, becoming even more necessary due to the accelerated transformation and digitalization scenario, which the world has gone through in recent decades. With the constant increase in the collection and transactions of personal data, Information Security alone did not have sufficient policies and controls to manage the information network, and the restraining of abusive practices. Therefore, it was necessary to prepare and apply GDPR (General Data Protection Regulation), which aims to guarantee the protection of personal data.

With this scenario of adaptation, the main question is: how can I prepare myself for this new Law?
Data protection is already in place in other countries and, the law in Brazil, came into force in 2020, in order to ensure that the company’s actions of data privacy, and that it enables its users to control them. These proposed changes transform not only the way the organization manages and stores the information, but its own way of operating that, in many cases, transformations of entire processes will be necessary to adapt to GDPR.

The main changes that must be studied and applied in the company`s procedures, must cover: data security; collection and management; monitoring information; data sharing; audit on treatment; management of agreement terms and anonymity; access requests; impact reports; and legal adjustments regarding contracts with third parties and employees.

GDPR has motivated companies to review their usage policies, in addition to their treatment and storage of information.

To learn more about this Law, click here and check it out.

*Law valid for Brazilian territory. Check in your country if there is a Data Protection Law.

*Text prepared by SystemHaus Team.

ACLE Antara India Fairs ALL CHINA LEATHER EXHIBITION Tannery software for tannery Brazil birthday Chennai #systemhaus Tanneries Inspiramais Leather Tannerie BI DNA LINEAPELLE Industry 4.0 Sustainability

Related Posts

Antara implementation brings award to Acamex
Antara implementation brings award to Acamex

On May 1, the State Award for Labor Merit 2019 was held in Guanajuato, Mexico.In this event, 1,444 workers and unions of entities were recognized for ...

READ MORE
SystemHaus`s DNA
SystemHaus`s DNA

There is a saying: nothing happens by chance... SystemHaus is present in 16 countries and believes that to be successful in its projects, ...

READ MORE
We are still looking at the future

In the corporate environment, a company`s ability to think and perform its activities in a different way - with greater efficiency, less cost, more agil...

READ MORE

Eventos

0,02ms - Debug é instanciado.
0,03ms - Classe 'Erro' é instanciada.
0,04ms - Definindo configurações do aplicativo.
0,09ms - Classe 'Carregar' é instanciada.
0,13ms - Instanciada as constantes.
0,20ms - Classe 'Config' é instanciada.
0,27ms - Classe 'Arquivo' é instanciada.
0,29ms - Classe 'Criptografia' é instanciada.
0,31ms - Classe 'Entrada' é instanciada.
0,37ms - Classe 'DB' é instanciada.
0,41ms - Classe 'Mysql' é instanciada.
0,44ms - Iniciando carregamento do aplicativo.
0,48ms - Classe 'Rota' é instanciada.
1,02ms - Rota "/:sigla/lgpd/aceitar" sendo sobrescrita para o método "LgpdControle::aceitar"
1,03ms - Rota "/:sigla/lgpd/quadro" sendo sobrescrita para o método "LgpdControle::quadro"
1,03ms - Rota "/:sigla/lgpd/quadrodetalhado" sendo sobrescrita para o método "LgpdControle::quadroDetalhado"
1,03ms - Rota "/:sigla/lgpd/privacidade" sendo sobrescrita para o método "LgpdControle::pagina"
1,13ms - Classe 'Controle' é instanciada.
1,16ms - Classe 'Seo' é instanciada.
1,51ms - 5,11ms = [Tempo: 3,59ms] - Conexão com o banco 'localhost:sist8023_systemhaus'.
1,15ms - 6,64ms = [Tempo: 5,49ms] - Tempo para incluir o arquivo _Comum.php.
6,66ms - Classe 'BlogControle' é instanciada.
11,10ms - 15,01ms = [Tempo: 3,91ms] - Renderizando a página 'site/visual/html/modeloPadrao.php'.
6,66ms - 15,02ms = [Tempo: 8,36ms] - Metodo 'BlogControle::interna()' é executado.
15,03ms - Debug::mostrarDebug();


Sqls

5,14ms - 5,48ms = [Tempo: 0,34ms] - SELECT id FROM site_idioma WHERE 1=1 AND sigla = 'en'
5,52ms - 6,25ms = [Tempo: 0,73ms] - SELECT ttexto.identificador,tidioma.texto FROM site_textoestatico ttexto INNER JOIN site_textoestatico_idioma tidioma ON (ttexto.id=tidioma.id_textoestatico) WHERE tidioma.id_idioma=02
6,38ms - 6,60ms = [Tempo: 0,23ms] - SELECT * FROM site_configuracao WHERE id_idioma = 02
6,81ms - 7,11ms = [Tempo: 0,29ms] - SELECT tidioma.* FROM site_seo tseo INNER JOIN site_seo_idioma tidioma ON (tseo.id=tidioma.id_seo) WHERE tseo.pagina = 'blog' AND tidioma.id_idioma = 02
7,32ms - 7,72ms = [Tempo: 0,40ms] - SELECT COUNT(1) AS total FROM site_blogpost blog INNER JOIN site_blogcategoria categoria ON blog.id_blogcategoria=categoria.id WHERE blog.ativo=1 AND DATE(blog.data) <= NOW() AND blog.id_idioma = 02 AND categoria.ativo=01 ORDER BY data DESC
7,75ms - 8,05ms = [Tempo: 0,30ms] - SELECT blog.id, blog.titulo,blog.descricao, blog.data, blog.datadescritiva, blog.id_blogcategoria FROM site_blogpost blog INNER JOIN site_blogcategoria categoria ON blog.id_blogcategoria=categoria.id WHERE blog.ativo=1 AND DATE(blog.data) <= NOW() AND blog.id_idioma = 02 AND categoria.ativo=01 ORDER BY data DESC LIMIT 0,4
8,29ms - 8,53ms = [Tempo: 0,24ms] - UPDATE site_blogpost SET acesso = acesso+1 WHERE id = 068
8,55ms - 8,73ms = [Tempo: 0,18ms] - SELECT blog.id,blog.titulo,blog.descricao,blog.data, blog.datadescritiva,blog.id_blogcategoria,blog.seopalavrachave,blog.seodescricao,blog.tag FROM site_blogpost blog INNER JOIN site_blogcategoria categoria ON blog.id_blogcategoria=categoria.id WHERE blog.ativo=1 AND DATE(blog.data) <= NOW() AND blog.id_idioma = 02 AND blog.id=068
8,77ms - 9,48ms = [Tempo: 0,71ms] - SELECT DISTINCT ttag.tag, ttag.tagformatada FROM site_blogposttag ttag INNER JOIN site_blogpost tblog ON(tblog.id=ttag.id_blogpost) WHERE tblog.ativo = 1 AND ttag.id_idioma = 02 ORDER BY RAND() LIMIT 20
9,67ms - 9,87ms = [Tempo: 0,20ms] - SELECT id, nome FROM site_blogcategoria WHERE ativo = 1 AND id_idioma = 02 ORDER BY nome ASC
9,96ms - 10,25ms = [Tempo: 0,28ms] - SELECT COUNT(1) AS total FROM site_blogpost blog INNER JOIN site_blogcategoria categoria ON blog.id_blogcategoria=categoria.id WHERE blog.ativo=1 AND DATE(blog.data) <= NOW() AND blog.id_idioma = 02 AND blog.id_blogcategoria=016 AND blog.id NOT IN (68) AND categoria.ativo=01 ORDER BY RAND()
10,25ms - 10,92ms = [Tempo: 0,67ms] - SELECT blog.id, blog.titulo,blog.descricao, blog.data, blog.datadescritiva, blog.id_blogcategoria FROM site_blogpost blog INNER JOIN site_blogcategoria categoria ON blog.id_blogcategoria=categoria.id WHERE blog.ativo=1 AND DATE(blog.data) <= NOW() AND blog.id_idioma = 02 AND blog.id_blogcategoria=016 AND blog.id NOT IN (68) AND categoria.ativo=01 ORDER BY RAND() LIMIT 0,3
11,26ms - 11,72ms = [Tempo: 0,47ms] - SELECT * FROM site_menu WHERE ativo = 1 AND id_idioma = 02 ORDER BY id_menu ASC,ordem ASC
12,58ms - 12,75ms = [Tempo: 0,17ms] - SELECT * FROM site_menu WHERE ativo = 1 AND id_idioma = 02 AND link LIKE 'antara/%' ORDER BY id_menu ASC,ordem ASC
12,78ms - 12,91ms = [Tempo: 0,13ms] - SELECT id,sigla,nome FROM site_idioma WHERE 1=1 AND ativo = 1 ORDER BY ordem ASC,nome ASC
12,92ms - 13,54ms = [Tempo: 0,61ms] - SELECT tendereco.id,tendidioma.nome,tendidioma.descricao FROM site_endereco tendereco INNER JOIN site_endereco_idioma tendidioma ON (tendereco.id=tendidioma.id_endereco) WHERE tendereco.ativo = 1 AND tendidioma.id_idioma = 02 AND (tendidioma.nome IS NULL OR tendidioma.nome <> '') AND (tendidioma.descricao IS NULL OR tendidioma.descricao <> '') ORDER BY tendereco.ordem ASC,tendidioma.nome ASC
13,67ms - 13,86ms = [Tempo: 0,19ms] - SELECT id FROM site_imagem WHERE id_idioma = 02
14,54ms - 14,76ms = [Tempo: 0,22ms] - SELECT nome FROM lgpd_conteudo WHERE id_idioma = 2