Filter
Exclude
Time range
-
Near
btor():Base64encode atob():Base64decoder データ変換用かな…。となると内部データの暗号化処理に使えそうな予感( 一一)
2
150
Replying to @dd560a
IDENTIFICATION DIVISION. PROGRAM-ID. Base64Decoder. DATA DIVISION. WORKING-STORAGE SECTION. 01 Base64-Input PIC X(12) VALUE 'cGF0aGV0aWM='. 01 Base64-Output PIC X(09). PROCEDURE DIVISION. MAIN-LOGIC. CALL 'C$BASE64DECODE' USING BY CONTENT Base64-Input BY REFERENCE Base64-Output END-CALL DISPLAY 'Decoded value: ' Base64-Output STOP RUN.
8
67
Posting a link to it in plain text really set them over the edge becuase they were using base64decoder to just filter their fucking posts like THAT would stop GW from taking down the group or that a group with 25,000 people with infringing STLs wasn't already on their radar
1
7
111
On point. It now makes sense to name one as textDecoder and another as base64Decoder.
2
24
piraters have learned that directly sharing mega links will results in them getting dmca'd. so what they do now? they use base64decoder with a code to get you mega links. open the following mega link for a good surprise 😉
1
2
2,998
6 Apr 2020
#Eclipse - Access restriction: The type BASE64Decoder is not accessible due to restriction… goo.gl/fb/yJV8WP

3
4
まあBase64Decoder当たりに原因があるのはわかってる
どんだけみんなbase64decoder作ってるのw
2