Hide your keys

A solution can hide your secret keys in git, and the code can still run properly

License

License

Categories

Categories

IDE Development Tools KeY Data Data Formats Formal Verification
GroupId

GroupId

com.github.makewheels
ArtifactId

ArtifactId

hide-your-keys
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Hide your keys
A solution can hide your secret keys in git, and the code can still run properly
Project URL

Project URL

https://github.com/makewheels/hide-your-keys
Source Code Management

Source Code Management

http://github.com/makewheels/hide-your-keys/tree/master

Download hide-your-keys

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.makewheels/hide-your-keys/ -->
<dependency>
    <groupId>com.github.makewheels</groupId>
    <artifactId>hide-your-keys</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.makewheels/hide-your-keys/
implementation 'com.github.makewheels:hide-your-keys:1.0.0'
// https://jarcasting.com/artifacts/com.github.makewheels/hide-your-keys/
implementation ("com.github.makewheels:hide-your-keys:1.0.0")
'com.github.makewheels:hide-your-keys:jar:1.0.0'
<dependency org="com.github.makewheels" name="hide-your-keys" rev="1.0.0">
  <artifact name="hide-your-keys" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.makewheels', module='hide-your-keys', version='1.0.0')
)
libraryDependencies += "com.github.makewheels" % "hide-your-keys" % "1.0.0"
[com.github.makewheels/hide-your-keys "1.0.0"]

Dependencies

compile (7)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.30
org.apache.commons : commons-lang3 jar 3.11
org.apache.commons : commons-collections4 jar 4.4
commons-io : commons-io jar 2.8.0
commons-codec : commons-codec jar 1.15
org.apache.commons : commons-configuration2 jar 2.7
com.alibaba : fastjson jar 1.2.75

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.18

Project Modules

There are no modules declared in this project.

##这个思路应该改一下

应该有几个优先级:

  1. 服务器家目录下秘钥文件

  2. 操作系统环境变量

  3. java -jar启动参数

Versions

Version
1.0.0