This website works better with JavaScript.
Explore
Help
Sign In
spip-contrib-extensions
/
chiffrer
Watch
509
Star
0
Fork
You've already forked chiffrer
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Ajoute un mécanisme de chiffrement/déchiffrement
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11
Commits
1
Branch
1
Tag
76 KiB
Tree:
623073a484
master
v1.0.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '623073a484'
${ noResults }
chiffrer
/
chiffrer_options.php
8 lines
89 B
Raw
Normal View
History
Unescape
Escape
suppression de la desinstallation (car pas desinstallable, ca doit aller dans un plugins-dist/ ou le core), generation de la cle dans _DIR_ETC.cles.php et inclusions via chiffrement_options.php, ajout d'un cas pour la longueur 98 dans auth/spip.php pour les hash argon2i
1 year ago
<?php
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
include_spip(_DIR_ETC."cles");