File tree Expand file tree Collapse file tree
ffffffff0x/beryenigma/App/Controller/Encryption/Modern/HMAC Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77 <groupId >org.ffffffff0x</groupId >
88 <artifactId >BerylEnigma</artifactId >
9- <version >1.12.0 </version >
9+ <version >1.12.1 </version >
1010 <properties >
1111 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1212 <maven .compiler.source>17</maven .compiler.source>
Original file line number Diff line number Diff line change 11package ffffffff0x .beryenigma .App .Controller .Encryption .Modern .HMAC ;
22
3- import ffffffff0x .beryenigma .App .Controller .Encryption .Coding .BaseEncoding .Coding_Base64 ;
4- import ffffffff0x .beryenigma .App .Controller .Encryption .Coding .HEXCoder .Coding_HEXCoder ;
5- import org .apache .commons .codec .binary .Base64 ;
6- import org .apache .commons .lang3 .StringUtils ;
7- import org .bouncycastle .jce .provider .BouncyCastleProvider ;
8-
93import javax .crypto .Mac ;
104import javax .crypto .SecretKey ;
115import javax .crypto .spec .SecretKeySpec ;
12- import java .io .UnsupportedEncodingException ;
136import java .security .InvalidKeyException ;
147import java .security .NoSuchAlgorithmException ;
15- import java .security .Security ;
168
179/**
1810 * @program: BerylEnigma
Original file line number Diff line number Diff line change 1010 requires com .google .gson ;
1111 requires java .naming ;
1212 requires java .sql ;
13- requires org .bouncycastle .provider ;
1413}
You can’t perform that action at this time.
0 commit comments