Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 1... Línea 1...
1
Constant-Time Encoding 2.1.1
1
Constant-Time Encoding
2
--------------
2
--------------
3
https://github.com/paragonie/constant_time_encoding/releases/tag/v2.1.1
-
 
Línea 4... Línea 3...
4
 
3
 
Línea 5... Línea 4...
5
Instructions to import WebAuthn into Moodle:
4
Instructions to import Constant-Time Encoding into Moodle:
6
 
5
 
7
1. Download the latest release from https://github.com/paragonie/constant_time_encoding/releases/tag/vx.x.x
6
1. Download the latest release from https://github.com/paragonie/constant_time_encoding/releases/tag/vx.x.x
8
   (choose "Source code")
7
   (choose "Source code")
9
2. Unzip the source code
8
2. Unzip the source code
10
3. Copy the following files from constant_time_encoding-x.x/lib/constant_time_encoding into admin/tool/mfa/factor/totp/extlib/ParagonIE/ConstantTime:
9
3. Copy the following files from constant_time_encoding-x.x/src into admin/tool/mfa/factor/totp/extlib/ParagonIE/ConstantTime:
11
   1. Base32.php
10
   1. Base32.php
Línea 12... Línea 11...
12
   2. Binary.php
11
   2. Binary.php
13
   3. EncoderInterface.php
12
   3. EncoderInterface.php
-
 
13
 
14
 
14
4. Copy the following files from constant_time_encoding-x.x into admin/tool/mfa/factor/totp/extlib/ParagonIE/ConstantTime: