-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
55 lines (55 loc) · 1.3 KB
/
META.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "pgspeck",
"abstract": "Low block size Speck encryption in PostgreSQL",
"description": "pgspeck is a PostgreSQL extension for symmetrical encryption using the Speck encryption algorithm. ",
"version": "1.0.0",
"maintainer": [
"Marko Tiikkaja <[email protected]>"
],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.1.0"
},
"recommends": {
"PostgreSQL": "9.4.0"
}
}
},
"provides": {
"pgspeck": {
"file": "pgspeck--1.0.sql",
"version": "1.0.0",
"abstract": "Speck encryption for PostgreSQL"
}
},
"resources": {
"homepage": "https://github.com/johto/pgspeck",
"bugtracker": {
"web": "https://github.com/johto/pgspeck/issues"
},
"repository": {
"url": "https://github.com/johto/pgspeck.git",
"web": "https://github.com/johto/pgspeck",
"type": "git"
}
},
"generated_by": "Marko Tiikkaja",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"feistel",
"cipher",
"encryption",
"speck",
"nsa",
"obfuscate",
"obfuscation",
"random"
]
}