<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>기록의 조각</title>
    <link>https://smomo.tistory.com/</link>
    <description></description>
    <language>ko</language>
    <pubDate>Sat, 4 Jul 2026 01:58:48 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>smomo</managingEditor>
    <item>
      <title>AES(암호화, 복원화)</title>
      <link>https://smomo.tistory.com/84</link>
      <description>//key값의 길이에 따라 AES128, AES192, AES256 으로 구분
//AES128 : 키값 16bytes, AES192 : 키값 24bytes, AES256 : 키값 32bytes
object AESUtil {
    private const val secretKey = &quot;your_secretKey&quot;
    private const val ecbTransformation = &quot;AES/ECB/PKCS5Padding&quot;
    private co..</description>
      <category>Etc</category>
      <category>aes</category>
      <category>Android</category>
      <category>kotlin</category>
      <category>복원화</category>
      <category>암호화</category>
      <author>smomo</author>
      <guid isPermaLink="true">https://smomo.tistory.com/84</guid>
      <comments>https://smomo.tistory.com/84#entry84comment</comments>
      <pubDate>Mon, 24 Oct 2022 14:45:25 +0900</pubDate>
    </item>
    <item>
      <title>SourceTree 에러 메세지(Window 환경)</title>
      <link>https://smomo.tistory.com/81</link>
      <description>1.&amp;nbsp;Logon&amp;nbsp;failed,&amp;nbsp;use&amp;nbsp;ctrl+c&amp;nbsp;to&amp;nbsp;cancel&amp;nbsp;basic&amp;nbsp;credential&amp;nbsp;prompt.
git -c diff.mnemonicprefix=false -c core.quotepath=false
 --no-optional-locks push -v --tags --set-upstream origin local_branch_name:branch_name
Lo..</description>
      <category>Etc</category>
      <category>Git</category>
      <category>GitHub</category>
      <category>logon failed</category>
      <category>sourcetree</category>
      <author>smomo</author>
      <guid isPermaLink="true">https://smomo.tistory.com/81</guid>
      <comments>https://smomo.tistory.com/81#entry81comment</comments>
      <pubDate>Fri, 25 Feb 2022 11:23:51 +0900</pubDate>
    </item>
    <item>
      <title>Managing Threads and Custom Services</title>
      <link>https://smomo.tistory.com/76</link>
      <description>Managing&amp;nbsp;Threads&amp;nbsp;and&amp;nbsp;Custom&amp;nbsp;Services을 요약, 정리하였다.
&amp;nbsp;
Understanding the Main Thread
application이 시작되면 시스템은 main이라고 하는 application 실행 스레드를 생성한다. 이&amp;nbsp;스레드는&amp;nbsp;이벤트를&amp;nbsp;전달하고&amp;nbsp;사용자&amp;nbsp;인터페이스를&amp;nbsp;렌더링하는&amp;nbsp;역할을&amp;nbsp;하기&amp;nbsp;때문에..</description>
      <category>Android</category>
      <category>Android</category>
      <category>service</category>
      <category>thread</category>
      <author>smomo</author>
      <guid isPermaLink="true">https://smomo.tistory.com/76</guid>
      <comments>https://smomo.tistory.com/76#entry76comment</comments>
      <pubDate>Fri, 4 Feb 2022 18:21:46 +0900</pubDate>
    </item>
    <item>
      <title>[React-native] 개발 환경 구축시 에러 메세지(Window 환경)</title>
      <link>https://smomo.tistory.com/71</link>
      <description>1. Could&amp;nbsp;not&amp;nbsp;determine&amp;nbsp;the&amp;nbsp;dependencies&amp;nbsp;of&amp;nbsp;task&amp;nbsp;* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
&amp;gt; SDK location not found. Define location with an ANDROID_SDK_ROOT envi..</description>
      <category>Debugging</category>
      <category>Android</category>
      <category>Cannot read properties of undefined reading transformFile</category>
      <category>React-Native</category>
      <author>smomo</author>
      <guid isPermaLink="true">https://smomo.tistory.com/71</guid>
      <comments>https://smomo.tistory.com/71#entry71comment</comments>
      <pubDate>Sat, 11 Dec 2021 11:36:56 +0900</pubDate>
    </item>
    <item>
      <title>Visual Studio Code &amp;amp; Extensions</title>
      <link>https://smomo.tistory.com/70</link>
      <description>Visual Studio Code 설치
https://code.visualstudio.com/download
&amp;nbsp;
추천 익스텐션(Extensions)

Material Theme
Material Icon Theme
Prettier - Code formatter

Prettier 설치 후 Setting 창으로 이동(Mac : Cmd + , Win : Ctrl + ,)
Save 검색 -&amp;gt; Editor: Format on Save 체크
Prett..</description>
      <category>React Native</category>
      <category>Extensions</category>
      <category>Visual Studio Code</category>
      <author>smomo</author>
      <guid isPermaLink="true">https://smomo.tistory.com/70</guid>
      <comments>https://smomo.tistory.com/70#entry70comment</comments>
      <pubDate>Tue, 30 Nov 2021 08:51:14 +0900</pubDate>
    </item>
  </channel>
</rss>